Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/lib/Transforms/InstCombine/
DInstCombineSelect.cpp25 MatchSelectPattern(Value *V, Value *&LHS, Value *&RHS) { in MatchSelectPattern() function
934 if (SelectPatternFlavor SPF = MatchSelectPattern(&SI, LHS, RHS)) { in visitSelectInst()
935 if (SelectPatternFlavor SPF2 = MatchSelectPattern(LHS, LHS2, RHS2)) in visitSelectInst()
939 if (SelectPatternFlavor SPF2 = MatchSelectPattern(RHS, LHS2, RHS2)) in visitSelectInst()