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

/external/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp1424 SDValue NewSetCC = DAG.getSetCC(dl, NewSetCCVT, N0.getOperand(0), local
1426 return DAG.getBoolExtOrTrunc(NewSetCC, dl, VT, N0.getValueType());
/external/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp12420 SDValue NewSetCC = LowerToBT(Op0, CC, dl, DAG);
12421 if (NewSetCC.getNode())
12422 return NewSetCC;
12670 SDValue NewSetCC = LowerToBT(Cond, ISD::SETNE, DL, DAG);
12671 if (NewSetCC.getNode()) {
12672 CC = NewSetCC.getOperand(0);
12673 Cond = NewSetCC.getOperand(1);
13091 SDValue NewSetCC = LowerToBT(Cond, ISD::SETNE, dl, DAG);
13092 if (NewSetCC.getNode()) {
13093 CC = NewSetCC
[all...]

Completed in 732 milliseconds