Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp1345 auto handleDomCond = [&](Value *DomCond, bool CondIsTrue) -> Instruction * { in foldICmpWithDominatingICmp() local
1394 if (auto *V = handleDomCond(Cond, true)) in foldICmpWithDominatingICmp()
1399 if (auto *V = handleDomCond(Cond, false)) in foldICmpWithDominatingICmp()