Searched refs:getLoadExtType (Results 1 – 2 of 2) sorted by relevance
555 return getLoadExtType(N) == ISD::SEXTLOAD;574 return getLoadExtType(N) == ISD::ZEXTLOAD;593 ISD::LoadExtType ETy = getLoadExtType(N);610 ISD::LoadExtType ETy = getLoadExtType(N);627 return getLoadExtType(N) != ISD::NON_EXTLOAD;660 return getLoadExtType(N) == ISD::EXTLOAD;
348 ISD::LoadExtType getLoadExtType(SDNode *N) const;1565 ISD::LoadExtType SystemZDAGToDAGISel::getLoadExtType(SDNode *N) const { in getLoadExtType() function in SystemZDAGToDAGISel