Searched refs:getLoadExtType (Results 1 – 2 of 2) sorted by relevance
599 return getLoadExtType(N) == ISD::SEXTLOAD;618 return getLoadExtType(N) == ISD::ZEXTLOAD;637 ISD::LoadExtType ETy = getLoadExtType(N);654 ISD::LoadExtType ETy = getLoadExtType(N);671 return getLoadExtType(N) != ISD::NON_EXTLOAD;704 return getLoadExtType(N) == ISD::EXTLOAD;
348 ISD::LoadExtType getLoadExtType(SDNode *N) const;1576 ISD::LoadExtType SystemZDAGToDAGISel::getLoadExtType(SDNode *N) const { in getLoadExtType() function in SystemZDAGToDAGISel