Home
last modified time | relevance | path

Searched refs:Shl2_1 (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/Target/Hexagon/
DHexagonISelDAGToDAG.cpp766 SDValue Shl2_1 = Sub_1.getOperand(1); // Const in SelectSHL() local
767 if (Shl2_1.getOpcode() == ISD::Constant) { in SelectSHL()
771 cast<ConstantSDNode>(Shl2_1.getNode())->getSExtValue(); in SelectSHL()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonISelDAGToDAG.cpp606 SDValue Shl2_1 = Sub_1.getOperand(1); // Const in SelectSHL() local
607 if (ConstantSDNode *C2 = dyn_cast<ConstantSDNode>(Shl2_1)) { in SelectSHL()