Searched refs:CreateElementCount (Results 1 – 7 of 7) sorted by relevance
1560 Value *EC = IB.CreateElementCount(IntptrTy, VTy->getElementCount()); in instrumentMaskedLoadOrStore()1563 EVL = IB.CreateElementCount(IntptrTy, VTy->getElementCount()); in instrumentMaskedLoadOrStore()
99 Value *IRBuilderBase::CreateElementCount(Type *DstType, ElementCount EC) { in CreateElementCount() function in IRBuilderBase
1752 Value *NumElements = IRB.CreateElementCount(IndexTy, EC); in SplitBlockAndInsertForEachLane()
948 Value *CreateElementCount(Type *DstType, ElementCount EC);
1003 return B.CreateElementCount(Ty, VF.multiplyCoefficientBy(Step)); in createStepForVF()1008 return B.CreateElementCount(Ty, VF); in getRuntimeVF()
430 Value *RunTimeVF = Builder.CreateElementCount(Builder.getInt32Ty(), VF); in simplifyMaskedScatter()
3078 return Builder.CreateElementCount(CGF.SizeTy, VecTy->getElementCount()); in VisitUnaryExprOrTypeTraitExpr()