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

/external/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAG.cpp1000 SDValue Shl_1 = N->getOperand(1); local
1002 if (Shl_1.getOpcode() == ISD::Constant) {
1009 cast<ConstantSDNode>(Shl_1.getNode())->getSExtValue();
1037 cast<ConstantSDNode>(Shl_1.getNode())->getSExtValue();

Completed in 69 milliseconds