Searched refs:isNonExt (Results 1 – 1 of 1) sorted by relevance
19929 bool isSEXTLoad = false, isNonExt; in getPostIndexedAddressParts() local19936 isNonExt = LD->getExtensionType() == ISD::NON_EXTLOAD; in getPostIndexedAddressParts()19941 isNonExt = !ST->isTruncatingStore(); in getPostIndexedAddressParts()19947 isNonExt = LD->getExtensionType() == ISD::NON_EXTLOAD; in getPostIndexedAddressParts()19953 isNonExt = !ST->isTruncatingStore(); in getPostIndexedAddressParts()19962 if (Op->getOpcode() != ISD::ADD || !isNonExt) in getPostIndexedAddressParts()