Searched refs:N0Node (Results 1 – 1 of 1) sorted by relevance
10786 SDNode *N0Node = N0.getNode(); in tryToFoldExtOfExtload() local10787 bool isAExtLoad = (ExtLoadType == ISD::SEXTLOAD) ? ISD::isSEXTLoad(N0Node) in tryToFoldExtOfExtload()10788 : ISD::isZEXTLoad(N0Node); in tryToFoldExtOfExtload()10789 if ((!isAExtLoad && !ISD::isEXTLoad(N0Node)) || in tryToFoldExtOfExtload()10790 !ISD::isUNINDEXEDLoad(N0Node) || !N0.hasOneUse()) in tryToFoldExtOfExtload()