reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1160 Type *SrcTy = ToVectorTy(cast<CastInst>(I)->getSrcTy(), VF); 1161 Type *DestTy = ToVectorTy(cast<CastInst>(I)->getDestTy(), VF); 3239 Type *RetTy = ToVectorTy(ScalarRetTy, VF); 3241 Tys.push_back(ToVectorTy(ScalarTy, VF)); 4268 Type *RetTy = ToVectorTy(CI->getType(), VF); 4271 Tys.push_back(ToVectorTy(ArgOperand->getType(), VF)); 5617 ScalarCost += TTI.getScalarizationOverhead(ToVectorTy(I->getType(), VF), 5634 ToVectorTy(J->getType(),VF), false, true); 5736 Type *PtrTy = ToVectorTy(Ptr->getType(), VF); 5773 Type *VectorTy = ToVectorTy(ValTy, VF); 5797 Type *VectorTy = ToVectorTy(ValTy, VF); 5819 Type *VectorTy = ToVectorTy(ValTy, VF); 5832 Type *VectorTy = ToVectorTy(ValTy, VF); 5915 Type *RetTy = ToVectorTy(I->getType(), VF); 6096 VectorTy = isScalarAfterVectorization(I, VF) ? RetTy : ToVectorTy(RetTy, VF); 6151 Instruction::Select, ToVectorTy(Phi->getType(), VF), 6152 ToVectorTy(Type::getInt1Ty(Phi->getContext()), VF)); 6242 VectorTy = ToVectorTy(ValTy, VF); 6255 VectorTy = ToVectorTy(getMemInstValueType(I), Width); 6281 VectorTy->isVectorTy() ? ToVectorTy(SrcScalarTy, VF) : SrcScalarTy; 6292 largestIntegerVectorType(ToVectorTy(I->getType(), VF), MinVecTy); 6297 smallestIntegerVectorType(ToVectorTy(I->getType(), VF), MinVecTy);