Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp1490 const APInt *C, *DomC; in foldICmpWithDominatingICmp() local
1491 if (match(DomCond, m_ICmp(DomPred, m_Specific(X), m_APInt(DomC))) && in foldICmpWithDominatingICmp()
1502 (CmpBB == TrueBB) ? ConstantRange::makeExactICmpRegion(DomPred, *DomC) in foldICmpWithDominatingICmp()
1504 CmpInst::getInversePredicate(DomPred), *DomC); in foldICmpWithDominatingICmp()