Searched refs:NewSetCC (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | TargetLowering.cpp | 1495 SDValue NewSetCC = DAG.getSetCC(dl, NewSetCCVT, N0.getOperand(0), in SimplifySetCC() local 1497 return DAG.getBoolExtOrTrunc(NewSetCC, dl, VT, N0.getValueType()); in SimplifySetCC()
|
/external/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 14703 if (SDValue NewSetCC = LowerToBT(Op0, CC, dl, DAG)) { in LowerSETCC() local 14705 return DAG.getNode(ISD::TRUNCATE, dl, MVT::i1, NewSetCC); in LowerSETCC() 14706 return NewSetCC; in LowerSETCC() 15033 if (SDValue NewSetCC = LowerToBT(Cond, ISD::SETNE, DL, DAG)) { in LowerSELECT() local 15034 CC = NewSetCC.getOperand(0); in LowerSELECT() 15035 Cond = NewSetCC.getOperand(1); in LowerSELECT() 15710 if (SDValue NewSetCC = LowerToBT(Cond, ISD::SETNE, dl, DAG)) { in LowerBRCOND() local 15711 CC = NewSetCC.getOperand(0); in LowerBRCOND() 15712 Cond = NewSetCC.getOperand(1); in LowerBRCOND()
|