Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp10427 SDValue NegTrue = TLI.getCheaperOrNeutralNegatedExpression( in combineMinNumMaxNum() local
10429 if (!NegTrue) in combineMinNumMaxNum()
10432 HandleSDNode NegTrueHandle(NegTrue); in combineMinNumMaxNum()
10440 if (LHS == NegTrue) { in combineMinNumMaxNum()
10448 SDValue Combined = combineMinNumMaxNumImpl(DL, VT, LHS, RHS, NegTrue, in combineMinNumMaxNum()