Searched refs:OptimizeOverflowCheck (Results 1 – 9 of 9) sorted by relevance
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineInternal.h | 379 bool OptimizeOverflowCheck(OverflowCheckFlavor OCF, Value *LHS, Value *RHS,
|
D | InstCombineCompares.cpp | 2574 bool InstCombiner::OptimizeOverflowCheck(OverflowCheckFlavor OCF, Value *LHS, in OptimizeOverflowCheck() function in InstCombiner 4114 if (OptimizeOverflowCheck(OCF_UNSIGNED_ADD, A, B, *AddI, Result, in visitICmpInst()
|
D | InstCombineCalls.cpp | 1459 if (OptimizeOverflowCheck(OCF, II->getArgOperand(0), II->getArgOperand(1), in visitCallInst()
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineInternal.h | 227 bool OptimizeOverflowCheck(Instruction::BinaryOps BinaryOp, bool IsSigned,
|
D | InstCombineCompares.cpp | 5040 bool InstCombinerImpl::OptimizeOverflowCheck(Instruction::BinaryOps BinaryOp, in OptimizeOverflowCheck() function in InstCombinerImpl 6344 OptimizeOverflowCheck(Instruction::Add, /*Signed*/ false, A, B, *AddI, in visitICmpInst()
|
D | InstCombineCalls.cpp | 827 if (OptimizeOverflowCheck(WO->getBinaryOp(), WO->isSigned(), WO->getLHS(), in foldIntrinsicWithOverflowCommon()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineInternal.h | 503 bool OptimizeOverflowCheck(Instruction::BinaryOps BinaryOp, bool IsSigned,
|
D | InstCombineCompares.cpp | 4505 bool InstCombiner::OptimizeOverflowCheck( in OptimizeOverflowCheck() function in InstCombiner 5621 if (OptimizeOverflowCheck(Instruction::Add, /*Signed*/false, A, B, in visitICmpInst()
|
D | InstCombineCalls.cpp | 1779 if (OptimizeOverflowCheck(WO->getBinaryOp(), WO->isSigned(), WO->getLHS(), in foldIntrinsicWithOverflowCommon()
|