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