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

References

lib/Target/SystemZ/SystemZISelDAGToDAG.cpp
  954   if (!VT.isInteger() || VT.getSizeInBits() > 64)
  954   if (!VT.isInteger() || VT.getSizeInBits() > 64)
  979     if (VT == MVT::i32)
 1003       SDValue In = convertTo(DL, VT, RISBG.Input);
 1004       SDValue Mask = CurDAG->getConstant(RISBG.Mask, DL, VT);
 1005       SDValue New = CurDAG->getNode(ISD::AND, DL, VT, In, Mask);
 1024   if (VT == MVT::i32 && Subtarget->hasHighWord() &&
 1046       DL, VT, SDValue(CurDAG->getMachineNode(Opcode, DL, OpcodeVT, Ops), 0));