Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp561 Constant *NarrowC = ConstantExpr::getTrunc(C, DestTy); narrowBinOp() local
567 Constant *NarrowC = ConstantExpr::getTrunc(C, DestTy); narrowBinOp() local
H A DInstCombineCalls.cpp1640 if (Constant *NarrowC = getLosslessUnsignedTrunc(C, X->getType())) { visitCallInst() local
1662 if (Constant *NarrowC = getLosslessSignedTrunc(C, X->getType())) { visitCallInst() local
H A DInstCombineAddSub.cpp831 Constant *NarrowC; foldNoWrapAdd() local
[all...]
H A DInstructionCombining.cpp2078 Constant *NarrowC = getLosslessTrunc(WideC, X->getType(), CastOpc); narrowMathIfNoOverflow() local