Home
last modified time | relevance | path

Searched defs:TruncC (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineInternal.h225 Constant *TruncC = ConstantExpr::getTrunc(C, TruncTy); in getLosslessTrunc() local
H A DInstCombineMulDivRem.cpp1491 Constant *TruncC = IC.getLosslessUnsignedTrunc(C, X->getType()); in narrowUDivURem() local
1502 Constant *TruncC = IC.getLosslessUnsignedTrunc(C, X->getType()); in narrowUDivURem() local
H A DInstCombineAndOrXor.cpp1724 if (Constant *TruncC = IC.getLosslessUnsignedTrunc(C, SrcTy)) { in foldLogicCastConstant() local
1732 if (Constant *TruncC = IC.getLosslessSignedTrunc(C, SrcTy)) { in foldLogicCastConstant() local
2461 Constant *TruncC = ConstantInt::get(X->getType(), C->trunc(XWidth)); in visitAnd() local
H A DInstCombineSelect.cpp2241 Constant *TruncC = getLosslessTrunc(C, SmallType, ExtOpcode); in foldSelectExtConst() local
H A DInstCombineCompares.cpp8279 APFloat TruncC = *C; in visitFCmpInst() local