Searched refs:NegTrue (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUISelLowering.cpp | 1679 SDValue NegTrue = peekFNeg(True); in combineFMinMaxLegacy() local 1688 if (LHS == NegTrue && CFalse && CRHS) { in combineFMinMaxLegacy() 1692 combineFMinMaxLegacyImpl(DL, VT, LHS, RHS, NegTrue, False, CC, DCI); in combineFMinMaxLegacy()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | DAGCombiner.cpp | 11290 SDValue NegTrue = TLI.getCheaperOrNeutralNegatedExpression( in combineMinNumMaxNum() local 11292 if (!NegTrue) in combineMinNumMaxNum() 11295 HandleSDNode NegTrueHandle(NegTrue); in combineMinNumMaxNum() 11303 if (LHS == NegTrue) { in combineMinNumMaxNum() 11311 SDValue Combined = combineMinNumMaxNumImpl(DL, VT, LHS, RHS, NegTrue, in combineMinNumMaxNum()
|