Searched refs:XKnownNonNegative (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Analysis/
H A DValueTracking.cpp1780 bool XKnownNonNegative, XKnownNegative;
1781 ComputeSignBit(X, XKnownNonNegative, XKnownNegative, DL, Depth, Q);
1791 bool XKnownNonNegative, XKnownNegative; local
1793 ComputeSignBit(X, XKnownNonNegative, XKnownNegative, DL, Depth, Q);
1798 if (XKnownNonNegative && YKnownNonNegative)
1821 if (XKnownNonNegative &&

Completed in 65 milliseconds