Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp1031 auto MatchSelectAndCast = [&](Value *CastOp, Value *SelectOp) { in foldBinOpOfSelectAndCastOfSelectCondition() local
1040 if (MatchSelectAndCast(LHS, RHS)) in foldBinOpOfSelectAndCastOfSelectCondition()
1042 else if (MatchSelectAndCast(RHS, LHS)) in foldBinOpOfSelectAndCastOfSelectCondition()