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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp3406 SDValue NewSetCC = DAG.getSetCC(dl, NewSetCCVT, N0.getOperand(0), local
3408 return DAG.getBoolExtOrTrunc(NewSetCC, dl, VT, N0.getValueType());
H A DDAGCombiner.cpp9050 SDValue NewSetCC = rebuildSetCC(Combined); local
9053 if (NewSetCC.getNode() == N)
9056 if (NewSetCC)
9057 return NewSetCC;

Completed in 275 milliseconds