Searched refs:IsValidLdStrOpc (Results 1 – 1 of 1) sorted by relevance
241 bool *IsValidLdStrOpc = nullptr) { in getMatchingNonSExtOpcode() argument242 if (IsValidLdStrOpc) in getMatchingNonSExtOpcode()243 *IsValidLdStrOpc = true; in getMatchingNonSExtOpcode()246 if (IsValidLdStrOpc) in getMatchingNonSExtOpcode()247 *IsValidLdStrOpc = false; in getMatchingNonSExtOpcode()1314 bool IsValidLdStrOpc, PairIsValidLdStrOpc; in areCandidatesToMergeOrPair() local1315 unsigned NonSExtOpc = getMatchingNonSExtOpcode(OpcA, &IsValidLdStrOpc); in areCandidatesToMergeOrPair()1316 assert(IsValidLdStrOpc && in areCandidatesToMergeOrPair()