reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
2576 if ((VT == MVT::i64) && (ExtType == ISD::NON_EXTLOAD)) { 2595 if ((VT == MVT::i32) || (ExtType == ISD::SEXTLOAD) || 2596 (ExtType == ISD::EXTLOAD)) 2599 assert((VT == MVT::i64) && (ExtType == ISD::ZEXTLOAD));