Searched refs:N0Node (Results 1 – 2 of 2) sorted by relevance
9471 SDNode *N0Node = N0.getNode(); in tryToFoldExtOfExtload() local9472 bool isAExtLoad = (ExtLoadType == ISD::SEXTLOAD) ? ISD::isSEXTLoad(N0Node) in tryToFoldExtOfExtload()9473 : ISD::isZEXTLoad(N0Node); in tryToFoldExtOfExtload()9474 if ((!isAExtLoad && !ISD::isEXTLoad(N0Node)) || in tryToFoldExtOfExtload()9475 !ISD::isUNINDEXEDLoad(N0Node) || !N0.hasOneUse()) in tryToFoldExtOfExtload()
10367 SDNode *N0Node = N0.getNode(); in tryToFoldExtOfExtload() local10368 bool isAExtLoad = (ExtLoadType == ISD::SEXTLOAD) ? ISD::isSEXTLoad(N0Node) in tryToFoldExtOfExtload()10369 : ISD::isZEXTLoad(N0Node); in tryToFoldExtOfExtload()10370 if ((!isAExtLoad && !ISD::isEXTLoad(N0Node)) || in tryToFoldExtOfExtload()10371 !ISD::isUNINDEXEDLoad(N0Node) || !N0.hasOneUse()) in tryToFoldExtOfExtload()