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