Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineInternal.h789 OverflowResult computeOverflow(
DInstCombineCompares.cpp4481 OverflowResult InstCombiner::computeOverflow( in computeOverflow() function in InstCombiner
4523 switch (computeOverflow(BinaryOp, IsSigned, LHS, RHS, &OrigI)) { in OptimizeOverflowCheck()
DInstCombineCalls.cpp2092 OverflowResult OR = computeOverflow(SI->getBinaryOp(), SI->isSigned(), in visitCallInst()