Searched refs:IsValidLdStrOpc (Results 1 – 1 of 1) sorted by relevance
264 bool *IsValidLdStrOpc = nullptr) { in getMatchingNonSExtOpcode() argument265 if (IsValidLdStrOpc) in getMatchingNonSExtOpcode()266 *IsValidLdStrOpc = true; in getMatchingNonSExtOpcode()269 if (IsValidLdStrOpc) in getMatchingNonSExtOpcode()270 *IsValidLdStrOpc = false; in getMatchingNonSExtOpcode()1122 bool IsValidLdStrOpc, PairIsValidLdStrOpc; in areCandidatesToMergeOrPair() local1123 unsigned NonSExtOpc = getMatchingNonSExtOpcode(OpcA, &IsValidLdStrOpc); in areCandidatesToMergeOrPair()1124 assert(IsValidLdStrOpc && in areCandidatesToMergeOrPair()