Home
last modified time | relevance | path

Searched refs:isPreSt (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.h102 static bool isPreSt(const MachineInstr &MI);
H A DAArch64InstrInfo.cpp3007 bool AArch64InstrInfo::isPreSt(const MachineInstr &MI) { in isPreSt() function in AArch64InstrInfo
3021 return isPreLd(MI) || isPreSt(MI); in isPreLdSt()