Searched refs:isNonExt (Results 1 – 1 of 1) sorted by relevance
18720 bool isSEXTLoad = false, isNonExt; in getPostIndexedAddressParts() local18727 isNonExt = LD->getExtensionType() == ISD::NON_EXTLOAD; in getPostIndexedAddressParts()18732 isNonExt = !ST->isTruncatingStore(); in getPostIndexedAddressParts()18738 isNonExt = LD->getExtensionType() == ISD::NON_EXTLOAD; in getPostIndexedAddressParts()18744 isNonExt = !ST->isTruncatingStore(); in getPostIndexedAddressParts()18753 if (Op->getOpcode() != ISD::ADD || !isNonExt) in getPostIndexedAddressParts()