Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineInternal.h227 bool OptimizeOverflowCheck(Instruction::BinaryOps BinaryOp, bool IsSigned,
H A DInstCombineCompares.cpp5030 bool InstCombinerImpl::OptimizeOverflowCheck(Instruction::BinaryOps BinaryOp, in OptimizeOverflowCheck() function in InstCombinerImpl
6340 OptimizeOverflowCheck(Instruction::Add, /*Signed*/ false, A, B, *AddI, in visitICmpInst()
H A DInstCombineCalls.cpp827 if (OptimizeOverflowCheck(WO->getBinaryOp(), WO->isSigned(), WO->getLHS(), in foldIntrinsicWithOverflowCommon()