Home
last modified time | relevance | path

Searched refs:RHSC1 (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DValueTracking.cpp8390 const APInt *RHSC1, *RHSC2; in isKnownInversion() local
8391 if (!match(B, m_APInt(RHSC1)) || !match(C, m_APInt(RHSC2))) in isKnownInversion()
8394 const auto CR1 = ConstantRange::makeExactICmpRegion(Pred1, *RHSC1); in isKnownInversion()