Home
last modified time | relevance | path

Searched defs:NarrowC (Results 1 – 4 of 4) sorted by relevance

/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp569 Constant *NarrowC = ConstantExpr::getTrunc(C, DestTy); narrowBinOp() local
575 Constant *NarrowC = ConstantExpr::getTrunc(C, DestTy); narrowBinOp() local
H A DInstCombineCalls.cpp1677 if (Constant *NarrowC = getLosslessUnsignedTrunc(C, X->getType())) { visitCallInst() local
1699 if (Constant *NarrowC = getLosslessSignedTrunc(C, X->getType())) { visitCallInst() local
H A DInstCombineAddSub.cpp832 Constant *NarrowC; foldNoWrapAdd() local
[all...]
H A DInstructionCombining.cpp2285 Constant *NarrowC = getLosslessTrunc(WideC, X->getType(), CastOpc); narrowMathIfNoOverflow() local