Searched refs:N0Node (Results 1 – 1 of 1) sorted by relevance
14116 SDNode *N0Node = N0.getNode(); in tryToFoldExtOfExtload() local14117 bool isAExtLoad = (ExtLoadType == ISD::SEXTLOAD) ? ISD::isSEXTLoad(N0Node) in tryToFoldExtOfExtload()14118 : ISD::isZEXTLoad(N0Node); in tryToFoldExtOfExtload()14119 if ((!isAExtLoad && !ISD::isEXTLoad(N0Node)) || in tryToFoldExtOfExtload()14120 !ISD::isUNINDEXEDLoad(N0Node) || !N0.hasOneUse()) in tryToFoldExtOfExtload()