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

/external/llvm/lib/Analysis/
H A DValueTracking.cpp245 APInt RHSKnown = KnownZero2 | KnownOne2; local
247 APInt Known = LHSKnown & RHSKnown & CarryKnown;

Completed in 383 milliseconds