Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.cpp1638 SDValue NegTrue = peekFNeg(True); in combineFMinMaxLegacy() local
1647 if (LHS == NegTrue && CFalse && CRHS) { in combineFMinMaxLegacy()
1651 combineFMinMaxLegacyImpl(DL, VT, LHS, RHS, NegTrue, False, CC, DCI); in combineFMinMaxLegacy()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp11228 SDValue NegTrue = TLI.getCheaperOrNeutralNegatedExpression( in combineMinNumMaxNum() local
11230 if (!NegTrue) in combineMinNumMaxNum()
11233 HandleSDNode NegTrueHandle(NegTrue); in combineMinNumMaxNum()
11241 if (LHS == NegTrue) { in combineMinNumMaxNum()
11249 SDValue Combined = combineMinNumMaxNumImpl(DL, VT, LHS, RHS, NegTrue, in combineMinNumMaxNum()