Searched refs:N0Node (Results 1 – 1 of 1) sorted by relevance
13256 SDNode *N0Node = N0.getNode(); in tryToFoldExtOfExtload() local13257 bool isAExtLoad = (ExtLoadType == ISD::SEXTLOAD) ? ISD::isSEXTLoad(N0Node) in tryToFoldExtOfExtload()13258 : ISD::isZEXTLoad(N0Node); in tryToFoldExtOfExtload()13259 if ((!isAExtLoad && !ISD::isEXTLoad(N0Node)) || in tryToFoldExtOfExtload()13260 !ISD::isUNINDEXEDLoad(N0Node) || !N0.hasOneUse()) in tryToFoldExtOfExtload()