Searched refs:matchSelectWithOptionalNotCond (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DEarlyCSE.cpp141 static bool matchSelectWithOptionalNotCond(Value *V, Value *&Cond, Value *&A, function
234 if (matchSelectWithOptionalNotCond(Inst, Cond, A, B, SPF)) {
342 if (matchSelectWithOptionalNotCond(LHSI, CondL, LHSA, LHSB, LSPF) &&
343 matchSelectWithOptionalNotCond(RHSI, CondR, RHSA, RHSB, RSPF)) {

Completed in 102 milliseconds