Home
last modified time | relevance | path

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

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