Lines Matching defs:ConstC
120 const APInt *ConstA = nullptr, *ConstB = nullptr, *ConstC = nullptr;
123 match(C, m_APInt(ConstC));
128 if (ConstC && ConstC->isZero()) {
147 } else if (ConstA && ConstC && ConstC->isSubsetOf(*ConstA)) {
157 } else if (ConstB && ConstC && ConstC->isSubsetOf(*ConstB)) {
619 const APInt ConstC = PredL != CC ? *ConstB ^ *OldConstC : *OldConstC;
622 if (((*ConstB & *ConstD) & (ConstC ^ ConstE)).getBoolValue())
631 CE = ConstC & ConstE;
634 CE = ConstC | ConstE;