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