Searched refs:isPreSt (Results 1 – 2 of 2) sorted by relevance
99 static bool isPreSt(const MachineInstr &MI);
3179 bool AArch64InstrInfo::isPreSt(const MachineInstr &MI) { in isPreSt() function in AArch64InstrInfo3193 return isPreLd(MI) || isPreSt(MI); in isPreLdSt()