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