Searched refs:IsValidLdStrOpc (Results 1 – 1 of 1) sorted by relevance
248 bool *IsValidLdStrOpc = nullptr) { in getMatchingNonSExtOpcode() argument249 if (IsValidLdStrOpc) in getMatchingNonSExtOpcode()250 *IsValidLdStrOpc = true; in getMatchingNonSExtOpcode()253 if (IsValidLdStrOpc) in getMatchingNonSExtOpcode()254 *IsValidLdStrOpc = false; in getMatchingNonSExtOpcode()1300 bool IsValidLdStrOpc, PairIsValidLdStrOpc; in areCandidatesToMergeOrPair() local1301 unsigned NonSExtOpc = getMatchingNonSExtOpcode(OpcA, &IsValidLdStrOpc); in areCandidatesToMergeOrPair()1302 assert(IsValidLdStrOpc && in areCandidatesToMergeOrPair()