Searched refs:i64rhs (Results 1 – 1 of 1) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Target/CellSPU/ |
D | SPUISelLowering.cpp | 2562 SDValue i64rhs = DAG.getNode(ISD::BITCAST, dl, IntVT, rhs); in LowerSETCC() local 2566 i64rhs, DAG.getConstant(32, MVT::i32))); in LowerSETCC() 2581 SDValue rhsSignMag2TC = DAG.getNode(ISD::SUB, dl, IntVT, signMag2TC, i64rhs); in LowerSETCC() 2584 rhsSelectMask, rhsSignMag2TC, i64rhs); in LowerSETCC()
|