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

/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/Hexagon/
H A DHexagonISelDAGToDAG.cpp301 SDNode* Const32 = LD->getBasePtr().getNode(); local
304 if (Const32->getOpcode() == HexagonISD::CONST32 &&
306 SDValue Base = Const32->getOperand(0);
668 SDNode* Const32 = ST->getBasePtr().getNode(); local
677 if ((Const32->getOpcode() == HexagonISD::CONST32) &&
679 SDValue Base = Const32->getOperand(0);
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/Mips/
H A DMipsISelLowering.cpp2293 SDValue Const32 = DAG.getConstant(32, MVT::i32); local
2294 SDValue SLL = DAG.getNode(ISD::SHL, DL, MVT::i64, LWR, Const32);
2295 SDValue SRL = DAG.getNode(ISD::SRL, DL, MVT::i64, SLL, Const32);

Completed in 200 milliseconds