Searched defs:TruncC (Results 1 – 9 of 9) sorted by relevance
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineMulDivRem.cpp | 1206 Constant *TruncC = ConstantExpr::getTrunc(C, X->getType()); in narrowUDivURem() local 1217 Constant *TruncC = ConstantExpr::getTrunc(C, X->getType()); in narrowUDivURem() local
|
H A D | InstCombineAndOrXor.cpp | 1498 Constant *TruncC = ConstantExpr::getTrunc(C, SrcTy); in foldLogicCastConstant() local 1508 Constant *TruncC = ConstantExpr::getTrunc(C, SrcTy); in foldLogicCastConstant() local 2082 Constant *TruncC = ConstantInt::get(X->getType(), C->trunc(XWidth)); in visitAnd() local
|
H A D | InstCombineSelect.cpp | 2038 Constant *TruncC = ConstantExpr::getTrunc(C, SmallType); in foldSelectExtConst() local
|
H A D | InstCombineCompares.cpp | 6974 APFloat TruncC = *C; in visitFCmpInst() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineAndOrXor.cpp | 1512 Constant *TruncC = ConstantExpr::getTrunc(C, SrcTy); in foldLogicCastConstant() local 1522 Constant *TruncC = ConstantExpr::getTrunc(C, SrcTy); in foldLogicCastConstant() local
|
H A D | InstCombineMulDivRem.cpp | 938 Constant *TruncC = ConstantExpr::getTrunc(C, X->getType()); in narrowUDivURem() local
|
H A D | InstCombineSelect.cpp | 1899 Constant *TruncC = ConstantExpr::getTrunc(C, SmallType); in foldSelectExtConst() local
|
H A D | InstCombineCompares.cpp | 6172 APFloat TruncC = *C; in visitFCmpInst() local
|
/aosp_15_r20/external/llvm/lib/CodeGen/SelectionDAG/ |
H A D | DAGCombiner.cpp | 4376 APInt TruncC = N01C->getAPIntValue(); in distributeTruncateThroughAnd() local
|