Searched refs:isNonExt (Results 1 – 1 of 1) sorted by relevance
19758 bool isSEXTLoad = false, isNonExt; in getPostIndexedAddressParts() local19765 isNonExt = LD->getExtensionType() == ISD::NON_EXTLOAD; in getPostIndexedAddressParts()19770 isNonExt = !ST->isTruncatingStore(); in getPostIndexedAddressParts()19776 isNonExt = LD->getExtensionType() == ISD::NON_EXTLOAD; in getPostIndexedAddressParts()19782 isNonExt = !ST->isTruncatingStore(); in getPostIndexedAddressParts()19791 if (Op->getOpcode() != ISD::ADD || !isNonExt) in getPostIndexedAddressParts()