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

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

Completed in 87 milliseconds