Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp2197 bool ShouldCommuteOperands) { in foldSelectWithIdentityConstant() argument
2202 if (ShouldCommuteOperands) in foldSelectWithIdentityConstant()
2221 unsigned OpNo = ShouldCommuteOperands ? 0 : 1; in foldSelectWithIdentityConstant()