Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Hexagon/
DHexagonISelDAGToDAG.cpp758 SDValue Sub_0 = Shl_0.getOperand(0); // Const 0 in SelectSHL() local
760 if (Sub_0.getOpcode() == ISD::Constant) { in SelectSHL()
762 cast<ConstantSDNode>(Sub_0.getNode())->getSExtValue(); in SelectSHL()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonISelDAGToDAG.cpp603 SDValue Sub_0 = Shl_0.getOperand(0); // Const 0 in SelectSHL() local
605 if (ConstantSDNode *C1 = dyn_cast<ConstantSDNode>(Sub_0)) { in SelectSHL()