OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:lhsknownpositive
(Results
1 - 1
of
1
) sorted by null
/external/llvm/lib/Transforms/InstCombine/
InstCombineCalls.cpp
358
bool
LHSKnownPositive
= LHSKnownZero[BitWidth - 1];
360
if (LHSKnownNegative ||
LHSKnownPositive
) {
380
if (
LHSKnownPositive
&& RHSKnownPositive) {
[
all
...]
Completed in 220 milliseconds