Home | History | Annotate | Download | only in Mips

Lines Matching refs:ExtType

2196   ISD::LoadExtType ExtType = LD->getExtensionType();
2206 if ((VT == MVT::i64) && (ExtType == ISD::NON_EXTLOAD)) {
2225 if ((VT == MVT::i32) || (ExtType == ISD::SEXTLOAD) ||
2226 (ExtType == ISD::EXTLOAD))
2229 assert((VT == MVT::i64) && (ExtType == ISD::ZEXTLOAD));