Home
last modified time | relevance | path

Searched refs:computeOverflow (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/InstCombine/
H A DInstCombineInternal.h424 OverflowResult computeOverflow(
H A DInstCombineCompares.cpp5016 InstCombinerImpl::computeOverflow(Instruction::BinaryOps BinaryOp, in computeOverflow() function in InstCombinerImpl
5064 switch (computeOverflow(BinaryOp, IsSigned, LHS, RHS, &OrigI)) { in OptimizeOverflowCheck()
H A DInstCombineCalls.cpp1703 OverflowResult OR = computeOverflow(SI->getBinaryOp(), SI->isSigned(), in visitCallInst()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
H A DInstCombineInternal.h789 OverflowResult computeOverflow(
H A DInstCombineCompares.cpp4481 OverflowResult InstCombiner::computeOverflow( in computeOverflow() function in InstCombiner
4523 switch (computeOverflow(BinaryOp, IsSigned, LHS, RHS, &OrigI)) { in OptimizeOverflowCheck()
H A DInstCombineCalls.cpp2092 OverflowResult OR = computeOverflow(SI->getBinaryOp(), SI->isSigned(), in visitCallInst()