Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/include/llvm/Analysis/
H A DValueTracking.h218 enum class OverflowResult { AlwaysOverflows, MayOverflow, NeverOverflows }; enumerator
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp358 if (OR == OverflowResult::AlwaysOverflows) in visitCallInst()
424 if (OR == OverflowResult::AlwaysOverflows) in visitCallInst()
/minix3/external/bsd/llvm/dist/llvm/lib/Analysis/
H A DValueTracking.cpp2728 return OverflowResult::AlwaysOverflows; in computeOverflowForUnsignedMul()
2749 return OverflowResult::AlwaysOverflows; in computeOverflowForUnsignedAdd()