Searched refs:createScalarCast (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| H A D | LoopVectorizationPlanner.h | 284 VPInstruction *createScalarCast(Instruction::CastOps Opcode, VPValue *Op, in createScalarCast() function 298 return createScalarCast(CastOp, Op, ResultTy, DL); in createScalarZExtOrTrunc()
|
| H A D | VPlanTransforms.cpp | 583 BaseIV = Builder.createScalarCast(Instruction::Trunc, BaseIV, TruncTy, DL); in createScalarIVSteps() 597 Step = Builder.createScalarCast(Instruction::Trunc, Step, ResultTy, DL); in createScalarIVSteps() 2619 Step = Builder.createScalarCast(Instruction::Trunc, Step, Ty, DL); in expandVPWidenIntOrFpInduction() 2620 Start = Builder.createScalarCast(Instruction::Trunc, Start, Ty, DL); in expandVPWidenIntOrFpInduction() 2657 VF = Builder.createScalarCast(Instruction::CastOps::UIToFP, VF, StepTy, in expandVPWidenIntOrFpInduction()
|
| H A D | LoopVectorize.cpp | 8383 EndValue = VectorPHBuilder.createScalarCast(Instruction::Trunc, EndValue, in addResumePhiRecipeForInduction() 9219 Builder.createScalarCast(ExtendOpc, FinalReductionResult, PhiTy, {}); in adjustRecipesForReductions()
|