Searched refs:OptimizeOverflowCheck (Results 1 – 3 of 3) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineInternal.h | 222 bool OptimizeOverflowCheck(Instruction::BinaryOps BinaryOp, bool IsSigned,
|
| H A D | InstCombineCompares.cpp | 4663 bool InstCombinerImpl::OptimizeOverflowCheck(Instruction::BinaryOps BinaryOp, in OptimizeOverflowCheck() function in InstCombinerImpl 5853 OptimizeOverflowCheck(Instruction::Add, /*Signed*/ false, A, B, *AddI, in visitICmpInst()
|
| H A D | InstCombineCalls.cpp | 738 if (OptimizeOverflowCheck(WO->getBinaryOp(), WO->isSigned(), WO->getLHS(), in foldIntrinsicWithOverflowCommon()
|