Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp2480 bool ShouldCommuteOperands) { in foldSelectWithIdentityConstant() argument
2485 if (ShouldCommuteOperands) in foldSelectWithIdentityConstant()
2505 unsigned OpNo = ShouldCommuteOperands ? 0 : 1; in foldSelectWithIdentityConstant()