reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
6095 RetTy = IntegerType::get(RetTy->getContext(), MinBWs[I]); 6095 RetTy = IntegerType::get(RetTy->getContext(), MinBWs[I]); 6096 VectorTy = isScalarAfterVectorization(I, VF) ? RetTy : ToVectorTy(RetTy, VF); 6096 VectorTy = isScalarAfterVectorization(I, VF) ? RetTy : ToVectorTy(RetTy, VF); 6123 VectorType::get(IntegerType::getInt1Ty(RetTy->getContext()), VF); 6143 VectorTy, VF - 1, VectorType::get(RetTy, 1)); 6174 Cost += VF * TTI.getArithmeticInstrCost(I->getOpcode(), RetTy);