Searched refs:IsValidLdStrOpc (Results 1 – 1 of 1) sorted by relevance
276 bool *IsValidLdStrOpc = nullptr) { in getMatchingNonSExtOpcode() argument277 if (IsValidLdStrOpc) in getMatchingNonSExtOpcode()278 *IsValidLdStrOpc = true; in getMatchingNonSExtOpcode()281 if (IsValidLdStrOpc) in getMatchingNonSExtOpcode()282 *IsValidLdStrOpc = false; in getMatchingNonSExtOpcode()1663 bool IsValidLdStrOpc, PairIsValidLdStrOpc; in areCandidatesToMergeOrPair() local1664 unsigned NonSExtOpc = getMatchingNonSExtOpcode(OpcA, &IsValidLdStrOpc); in areCandidatesToMergeOrPair()1665 assert(IsValidLdStrOpc && in areCandidatesToMergeOrPair()