Home
last modified time | relevance | path

Searched defs:computeOverflowForUnsignedSub (Results 1 – 3 of 3) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/include/llvm/Transforms/InstCombine/
H A DInstCombiner.h529 OverflowResult computeOverflowForUnsignedSub(const Value *LHS, computeOverflowForUnsignedSub() function
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/
H A DValueTracking.cpp6417 OverflowResult llvm::computeOverflowForUnsignedSub(const Value *LHS, computeOverflowForUnsignedSub() function in llvm
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp4115 SelectionDAG::computeOverflowForUnsignedSub(SDValue N0, SDValue N1) const { computeOverflowForUnsignedSub() function in SelectionDAG