Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAG.cpp580 SDValue Shl_0 = N->getOperand(0); in SelectSHL() local
591 if (Shl_0.getOpcode() == ISD::MUL) { in SelectSHL()
592 SDValue Mul_0 = Shl_0.getOperand(0); // Val in SelectSHL()
593 SDValue Mul_1 = Shl_0.getOperand(1); // Const in SelectSHL()
608 if (Shl_0.getOpcode() == ISD::SUB) { in SelectSHL()
609 SDValue Sub_0 = Shl_0.getOperand(0); // Const 0 in SelectSHL()
610 SDValue Sub_1 = Shl_0.getOperand(1); // Val in SelectSHL()