Searched refs:OptimizeOverflowCheck (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineInternal.h | 220 bool OptimizeOverflowCheck(Instruction::BinaryOps BinaryOp, bool IsSigned,
|
H A D | InstCombineCalls.cpp | 717 if (OptimizeOverflowCheck(WO->getBinaryOp(), WO->isSigned(), WO->getLHS(), in foldIntrinsicWithOverflowCommon()
|
H A D | InstCombineCompares.cpp | 4585 bool InstCombinerImpl::OptimizeOverflowCheck(Instruction::BinaryOps BinaryOp, in OptimizeOverflowCheck() function in InstCombinerImpl 5744 OptimizeOverflowCheck(Instruction::Add, /*Signed*/ false, A, B, *AddI, in visitICmpInst()
|