Home
last modified time | relevance | path

Searched refs:OptimizeOverflowCheck (Results 1 – 9 of 9) sorted by relevance

/external/llvm/lib/Transforms/InstCombine/
DInstCombineInternal.h379 bool OptimizeOverflowCheck(OverflowCheckFlavor OCF, Value *LHS, Value *RHS,
DInstCombineCompares.cpp2574 bool InstCombiner::OptimizeOverflowCheck(OverflowCheckFlavor OCF, Value *LHS, in OptimizeOverflowCheck() function in InstCombiner
4114 if (OptimizeOverflowCheck(OCF_UNSIGNED_ADD, A, B, *AddI, Result, in visitICmpInst()
DInstCombineCalls.cpp1459 if (OptimizeOverflowCheck(OCF, II->getArgOperand(0), II->getArgOperand(1), in visitCallInst()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/InstCombine/
DInstCombineInternal.h227 bool OptimizeOverflowCheck(Instruction::BinaryOps BinaryOp, bool IsSigned,
DInstCombineCompares.cpp5040 bool InstCombinerImpl::OptimizeOverflowCheck(Instruction::BinaryOps BinaryOp, in OptimizeOverflowCheck() function in InstCombinerImpl
6344 OptimizeOverflowCheck(Instruction::Add, /*Signed*/ false, A, B, *AddI, in visitICmpInst()
DInstCombineCalls.cpp827 if (OptimizeOverflowCheck(WO->getBinaryOp(), WO->isSigned(), WO->getLHS(), in foldIntrinsicWithOverflowCommon()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineInternal.h503 bool OptimizeOverflowCheck(Instruction::BinaryOps BinaryOp, bool IsSigned,
DInstCombineCompares.cpp4505 bool InstCombiner::OptimizeOverflowCheck( in OptimizeOverflowCheck() function in InstCombiner
5621 if (OptimizeOverflowCheck(Instruction::Add, /*Signed*/false, A, B, in visitICmpInst()
DInstCombineCalls.cpp1779 if (OptimizeOverflowCheck(WO->getBinaryOp(), WO->isSigned(), WO->getLHS(), in foldIntrinsicWithOverflowCommon()