Home
last modified time | relevance | path

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

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