Searched defs:i64rhs (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Target/CellSPU/
H A DSPUISelLowering.cpp2566 SDValue i64rhs = DAG.getNode(ISD::BITCAST, dl, IntVT, rhs); local
2570 i64rhs, DAG.getConstant(32, MVT::i32)));
2585 SDValue rhsSignMag2TC = DAG.getNode(ISD::SUB, dl, IntVT, signMag2TC, i64rhs);
2588 rhsSelectMask, rhsSignMag2TC, i64rhs);

Completed in 45 milliseconds