Searched refs:IsValidLdStrOpc (Results 1 – 1 of 1) sorted by relevance
249 bool *IsValidLdStrOpc = nullptr) { in getMatchingNonSExtOpcode() argument250 if (IsValidLdStrOpc) in getMatchingNonSExtOpcode()251 *IsValidLdStrOpc = true; in getMatchingNonSExtOpcode()254 if (IsValidLdStrOpc) in getMatchingNonSExtOpcode()255 *IsValidLdStrOpc = false; in getMatchingNonSExtOpcode()1310 bool IsValidLdStrOpc, PairIsValidLdStrOpc; in areCandidatesToMergeOrPair() local1311 unsigned NonSExtOpc = getMatchingNonSExtOpcode(OpcA, &IsValidLdStrOpc); in areCandidatesToMergeOrPair()1312 assert(IsValidLdStrOpc && in areCandidatesToMergeOrPair()