Searched defs:NarrowC (Results 1 – 4 of 4) sorted by relevance
/llvm-project/llvm/lib/Transforms/InstCombine/ | ||
H A D | InstCombineCasts.cpp | 569 Constant *NarrowC = ConstantExpr::getTrunc(C, DestTy); narrowBinOp() local |
H A D | InstCombineCalls.cpp | 1677 if (Constant *NarrowC = getLosslessUnsignedTrunc(C, X->getType())) { visitCallInst() local |
H A D | InstCombineAddSub.cpp | 832 Constant *NarrowC; foldNoWrapAdd() local |
H A D | InstructionCombining.cpp | 2285 Constant *NarrowC = getLosslessTrunc(WideC, X->getType(), CastOpc); narrowMathIfNoOverflow() local |