Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp2476 SDValue NewSetCC = DAG.getSetCC(dl, NewSetCCVT, N0.getOperand(0), in SimplifySetCC() local
2478 return DAG.getBoolExtOrTrunc(NewSetCC, dl, VT, N0.getValueType()); in SimplifySetCC()
H A DDAGCombiner.cpp8114 SDValue NewSetCC = rebuildSetCC(Combined); in visitSETCC() local
8117 if (NewSetCC.getNode() == N) in visitSETCC()
8120 if (NewSetCC) in visitSETCC()
8121 return NewSetCC; in visitSETCC()