Searched defs:IntMinIsPoison (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp899 bool IntMinIsPoison = cast<Constant>(II->getArgOperand(1))->isOneValue(); local
1009 bool IntMinIsPoison = isKnownNegation(I0, I1, /* NeedNSW */ true); local
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DValueTracking.cpp1521 bool IntMinIsPoison = match(II->getArgOperand(1), m_One()); local

Completed in 173 milliseconds