Searched refs:N0Node (Results 1 – 1 of 1) sorted by relevance
8263 SDNode *N0Node = N0.getNode(); in tryToFoldExtOfExtload() local8264 bool isAExtLoad = (ExtLoadType == ISD::SEXTLOAD) ? ISD::isSEXTLoad(N0Node) in tryToFoldExtOfExtload()8265 : ISD::isZEXTLoad(N0Node); in tryToFoldExtOfExtload()8266 if ((!isAExtLoad && !ISD::isEXTLoad(N0Node)) || in tryToFoldExtOfExtload()8267 !ISD::isUNINDEXEDLoad(N0Node) || !N0.hasOneUse()) in tryToFoldExtOfExtload()