Home
last modified time | relevance | path

Searched defs:OverflowResult (Results 1 – 2 of 2) sorted by relevance

/external/llvm/include/llvm/Analysis/
DValueTracking.h322 enum class OverflowResult { AlwaysOverflows, MayOverflow, NeverOverflows }; enum
/external/llvm/lib/Transforms/InstCombine/
DInstCombineCalls.cpp1458 Constant *OverflowResult = nullptr; in visitCallInst() local