Searched refs:IsValidLdStrOpc (Results 1 – 1 of 1) sorted by relevance
193 bool *IsValidLdStrOpc = nullptr) { in getMatchingNonSExtOpcode() argument194 if (IsValidLdStrOpc) in getMatchingNonSExtOpcode()195 *IsValidLdStrOpc = true; in getMatchingNonSExtOpcode()198 if (IsValidLdStrOpc) in getMatchingNonSExtOpcode()199 *IsValidLdStrOpc = false; in getMatchingNonSExtOpcode()534 bool IsValidLdStrOpc; in findMatchingInsn() local535 unsigned NonSExtOpc = getMatchingNonSExtOpcode(Opc, &IsValidLdStrOpc); in findMatchingInsn()536 if (!IsValidLdStrOpc) in findMatchingInsn()