Searched refs:CreateVScale (Results 1 – 6 of 6) sorted by relevance
1008 Value *VScale = Builder.CreateVScale(ConstantInt::get(DestTy, 1)); in visitTrunc()1351 Value *VScale = Builder.CreateVScale(ConstantInt::get(DestTy, 1)); in visitZExt()1621 Value *VScale = Builder.CreateVScale(ConstantInt::get(DestTy, 1)); in visitSExt()
444 Value *RunTimeVF = VF.isScalable() ? Builder.CreateVScale(EC) : EC; in simplifyMaskedScatter()
97 Value *IRBuilderBase::CreateVScale(Constant *Scaling, const Twine &Name) { in CreateVScale() function in IRBuilderBase
894 Value *CreateVScale(Constant *Scaling, const Twine &Name = "");
966 auto *VScale = Builder.CreateVScale(StepVal); in instCombineSVECntElts()
957 return VF.isScalable() ? B.CreateVScale(StepVal) : StepVal; in createStepForVF()963 return VF.isScalable() ? B.CreateVScale(EC) : EC; in getRuntimeVF()