Searched refs:isNonExt (Results 1 – 1 of 1) sorted by relevance
19994 bool isSEXTLoad = false, isNonExt; in getPostIndexedAddressParts() local20001 isNonExt = LD->getExtensionType() == ISD::NON_EXTLOAD; in getPostIndexedAddressParts()20006 isNonExt = !ST->isTruncatingStore(); in getPostIndexedAddressParts()20012 isNonExt = LD->getExtensionType() == ISD::NON_EXTLOAD; in getPostIndexedAddressParts()20018 isNonExt = !ST->isTruncatingStore(); in getPostIndexedAddressParts()20027 if (Op->getOpcode() != ISD::ADD || !isNonExt) in getPostIndexedAddressParts()