Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp4485 static bool isSExtLoad(const MachineInstr *LI) { in isSExtLoad() function
4538 if (!(IsZExt && isZExtLoad(LoadMI)) && !(!IsZExt && isSExtLoad(LoadMI))) in optimizeIntExtLoad()