Searched defs:TruncI (Results 1 – 4 of 4) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ | ||
H A D | VPlanTransforms.cpp | 493 createScalarIVSteps(VPlan & Plan,const InductionDescriptor & ID,ScalarEvolution & SE,Instruction * TruncI,Type * IVTy,VPValue * StartV,VPValue * Step) createScalarIVSteps() argument |
H A D | LoopVectorize.cpp | 8179 if (auto *TruncI = dyn_cast<TruncInst>(PhiOrTrunc)) { createWidenInductionRecipes() local |
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/ | ||
H A D | CodeGenPrepare.cpp | 2068 auto *TruncI = cast<TruncInst>(User); SinkShiftAndTruncate() local |
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/ | ||
H A D | AArch64ISelLowering.cpp | 15479 auto *TruncI = Builder.CreateTrunc(WideConv, DstTy); optimizeExtendOrTruncateConversion() local |