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

References

lib/Target/X86/X86ISelLowering.cpp
 7326   EVT VT = V.getValueType();
 7327   unsigned Opcode = V.getOpcode();
 7344     MVT ShufVT = V.getSimpleValueType();
 7391     V = V.getOperand(0);
 7391     V = V.getOperand(0);
 7392     EVT SrcVT = V.getValueType();
 7399   if (V.getOpcode() == ISD::SCALAR_TO_VECTOR)
 7400     return (Index == 0) ? V.getOperand(0)
 7403   if (V.getOpcode() == ISD::BUILD_VECTOR)
 7404     return V.getOperand(Index);