Searched refs:IsValidLdStrOpc (Results 1 – 1 of 1) sorted by relevance
250 bool *IsValidLdStrOpc = nullptr) { in getMatchingNonSExtOpcode() argument251 if (IsValidLdStrOpc) in getMatchingNonSExtOpcode()252 *IsValidLdStrOpc = true; in getMatchingNonSExtOpcode()255 if (IsValidLdStrOpc) in getMatchingNonSExtOpcode()256 *IsValidLdStrOpc = false; in getMatchingNonSExtOpcode()1389 bool IsValidLdStrOpc, PairIsValidLdStrOpc; in areCandidatesToMergeOrPair() local1390 unsigned NonSExtOpc = getMatchingNonSExtOpcode(OpcA, &IsValidLdStrOpc); in areCandidatesToMergeOrPair()1391 assert(IsValidLdStrOpc && in areCandidatesToMergeOrPair()