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

References

lib/Target/X86/X86ISelLowering.cpp
11724     Opcode = Left ? (ByteShift ? X86ISD::VSHLDQ : X86ISD::VSHLI)
11725                   : (ByteShift ? X86ISD::VSRLDQ : X86ISD::VSRLI);
11726     int ShiftAmt = Shift * ScalarSizeInBits / (ByteShift ? 8 : 1);
11730     Scale = ByteShift ? Scale / 2 : Scale;
11734     ShiftVT = ByteShift ? MVT::getVectorVT(MVT::i8, SizeInBits / 8)