reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Target/Hexagon/HexagonISelDAGToDAG.cpp
 1497   unsigned Opc = Val.getOpcode();
 1502     const SDValue &Op0 = Val.getOperand(0);
 1513     if (Val.getOperand(0).getValueType().isInteger()) {
 1514       VTSDNode *T = cast<VTSDNode>(Val.getOperand(1));
 1516         Src = Val.getOperand(0);
 1524     if (ConstantSDNode *C = dyn_cast<ConstantSDNode>(Val.getOperand(0))) {
 1526         Src = Val.getOperand(1);
 1530     if (ConstantSDNode *C = dyn_cast<ConstantSDNode>(Val.getOperand(1))) {
 1532         Src = Val.getOperand(0);
 1542     if (ConstantSDNode *C = dyn_cast<ConstantSDNode>(Val.getOperand(0))) {
 1544         Src = Val.getOperand(1);
 1548     if (ConstantSDNode *C = dyn_cast<ConstantSDNode>(Val.getOperand(1))) {
 1550         Src = Val.getOperand(0);