Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineInternal.h225 ConstantFoldCastOperand(ExtOp, TruncC, C->getType(), DL); in getLosslessTrunc() local
H A DInstCombineMulDivRem.cpp1483 Constant *TruncC = IC.getLosslessUnsignedTrunc(C, X->getType()); narrowUDivURem() local
1494 Constant *TruncC = IC.getLosslessUnsignedTrunc(C, X->getType()); narrowUDivURem() local
H A DInstCombineAndOrXor.cpp1677 if (Constant *TruncC = IC.getLosslessUnsignedTrunc(C, SrcTy)) { foldLogicCastConstant() local
1685 if (Constant *TruncC = IC.getLosslessSignedTrunc(C, SrcTy)) { foldLogicCastConstant() local
2414 Constant *TruncC = ConstantInt::get(X->getType(), C->trunc(XWidth)); visitAnd() local
H A DInstCombineSelect.cpp2238 Constant *TruncC = getLosslessTrunc(C, SmallType, ExtOpcode); foldSelectExtConst() local
H A DInstCombineCompares.cpp8279 APFloat TruncC = *C; visitFCmpInst() local