Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp4391 static bool isSExtLoad(const MachineInstr *LI) { in isSExtLoad() function
4444 if (!(IsZExt && isZExtLoad(LoadMI)) && !(!IsZExt && isSExtLoad(LoadMI))) in optimizeIntExtLoad()