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

References

lib/Target/Mips/MipsISelLowering.cpp
 2567   SDValue Chain = LD->getChain(), Undef = DAG.getUNDEF(VT);
 2569   assert((VT == MVT::i32) || (VT == MVT::i64));
 2569   assert((VT == MVT::i32) || (VT == MVT::i64));
 2576   if ((VT == MVT::i64) && (ExtType == ISD::NON_EXTLOAD)) {
 2595   if ((VT == MVT::i32) || (ExtType == ISD::SEXTLOAD) ||
 2599   assert((VT == MVT::i64) && (ExtType == ISD::ZEXTLOAD));