Home
last modified time | relevance | path

Searched refs:RHSC2 (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()
8395 const auto CR2 = ConstantRange::makeExactICmpRegion(Pred2, *RHSC2); in isKnownInversion()