Searched refs:usesGivenOffset (Results 1 – 1 of 1) sorted by relevance
48 static bool usesGivenOffset(const MCInst *MI, int AddOffset) { in usesGivenOffset() function57 return LPAC::isPreOp(AluCode) && usesGivenOffset(MI, AddOffset); in isPreIncrementForm()62 return LPAC::isPostOp(AluCode) && usesGivenOffset(MI, AddOffset); in isPostIncrementForm()