Searched refs:CreateElementCount (Results 1 – 7 of 7) sorted by relevance
100 Value *IRBuilderBase::CreateElementCount(Type *DstType, ElementCount EC) { in CreateElementCount() function in IRBuilderBase
1641 Value *EC = IB.CreateElementCount(IntptrTy, VTy->getElementCount()); in instrumentMaskedLoadOrStore()1644 EVL = IB.CreateElementCount(IntptrTy, VTy->getElementCount()); in instrumentMaskedLoadOrStore()
1764 Value *NumElements = IRB.CreateElementCount(IndexTy, EC); in SplitBlockAndInsertForEachLane()
951 Value *CreateElementCount(Type *DstType, ElementCount EC);
920 return B.CreateElementCount(Ty, VF.multiplyCoefficientBy(Step)); in createStepForVF()925 return B.CreateElementCount(Ty, VF); in getRuntimeVF()
417 Value *RunTimeVF = Builder.CreateElementCount(Builder.getInt32Ty(), VF); in simplifyMaskedScatter()
3352 return Builder.CreateElementCount(CGF.SizeTy, VecTy->getElementCount()); in VisitUnaryExprOrTypeTraitExpr()