Searched refs:isNonExt (Results 1 – 1 of 1) sorted by relevance
19972 bool isSEXTLoad = false, isNonExt; in getPostIndexedAddressParts() local19979 isNonExt = LD->getExtensionType() == ISD::NON_EXTLOAD; in getPostIndexedAddressParts()19984 isNonExt = !ST->isTruncatingStore(); in getPostIndexedAddressParts()19990 isNonExt = LD->getExtensionType() == ISD::NON_EXTLOAD; in getPostIndexedAddressParts()19996 isNonExt = !ST->isTruncatingStore(); in getPostIndexedAddressParts()20005 if (Op->getOpcode() != ISD::ADD || !isNonExt) in getPostIndexedAddressParts()