Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Conversion/SCFToOpenMP/
H A DSCFToOpenMP.cpp116 bool sameOperands = select.getOperand(kTrueValue) == compare.getLhs() && in matchSelectReduction() local
120 if (!sameOperands && !swappedOperands) in matchSelectReduction()
128 isMin = (isLess && sameOperands) || (!isLess && swappedOperands); in matchSelectReduction()
129 return isMin || (isLess & swappedOperands) || (!isLess && sameOperands); in matchSelectReduction()