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

/freebsd-9.3-release/contrib/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAG.cpp1096 SDValue Shl_1 = N->getOperand(1); local
1098 if (Shl_1.getOpcode() == ISD::Constant) {
1105 cast<ConstantSDNode>(Shl_1.getNode())->getSExtValue();
1133 cast<ConstantSDNode>(Shl_1.getNode())->getSExtValue();

Completed in 92 milliseconds