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

References

lib/Target/PowerPC/PPCISelDAGToDAG.cpp
 4493         assert((!isSExt || LoadedVT == MVT::i16) && "Invalid sext update load");
 4499           case MVT::i16: Opcode = isSExt ? PPC::LHAU : PPC::LHZU; break;
 4505         assert((!isSExt || LoadedVT == MVT::i16) && "Invalid sext update load");
 4510           case MVT::i16: Opcode = isSExt ? PPC::LHAU8 : PPC::LHZU8; break;