Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp569 Constant *NarrowC = ConstantExpr::getTrunc(C, DestTy); in narrowBinOp() local
575 Constant *NarrowC = ConstantExpr::getTrunc(C, DestTy); in narrowBinOp() local
H A DInstCombineCalls.cpp1726 if (Constant *NarrowC = getLosslessUnsignedTrunc(C, X->getType())) { in visitCallInst() local
1748 if (Constant *NarrowC = getLosslessSignedTrunc(C, X->getType())) { in visitCallInst() local
H A DInstCombineAddSub.cpp837 Constant *NarrowC; in foldNoWrapAdd() local
H A DInstructionCombining.cpp2285 Constant *NarrowC = getLosslessTrunc(WideC, X->getType(), CastOpc); in narrowMathIfNoOverflow() local