Searched defs:TruncC (Results 1 – 5 of 5) sorted by relevance
/llvm-project/llvm/lib/Transforms/InstCombine/ | ||
H A D | InstCombineInternal.h | 225 ConstantFoldCastOperand(ExtOp, TruncC, C->getType(), DL); in getLosslessTrunc() local |
H A D | InstCombineMulDivRem.cpp | 1483 Constant *TruncC = IC.getLosslessUnsignedTrunc(C, X->getType()); narrowUDivURem() local |
H A D | InstCombineAndOrXor.cpp | 1677 if (Constant *TruncC = IC.getLosslessUnsignedTrunc(C, SrcTy)) { foldLogicCastConstant() local |
H A D | InstCombineSelect.cpp | 2238 Constant *TruncC = getLosslessTrunc(C, SmallType, ExtOpcode); foldSelectExtConst() local |
H A D | InstCombineCompares.cpp | 8279 APFloat TruncC = *C; visitFCmpInst() local |