Searched refs:NegTrue (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUISelLowering.cpp | 1736 SDValue NegTrue = peekFNeg(True); in combineFMinMaxLegacy() local 1745 if (LHS == NegTrue && CFalse && CRHS) { in combineFMinMaxLegacy() 1749 combineFMinMaxLegacyImpl(DL, VT, LHS, RHS, NegTrue, False, CC, DCI); in combineFMinMaxLegacy()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | DAGCombiner.cpp | 11823 SDValue NegTrue = TLI.getCheaperOrNeutralNegatedExpression( in combineMinNumMaxNum() local 11825 if (!NegTrue) in combineMinNumMaxNum() 11828 HandleSDNode NegTrueHandle(NegTrue); in combineMinNumMaxNum() 11836 if (LHS == NegTrue) { in combineMinNumMaxNum() 11844 SDValue Combined = combineMinNumMaxNumImpl(DL, VT, LHS, RHS, NegTrue, in combineMinNumMaxNum()
|