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

/external/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp4306 static bool isSExtLoad(const MachineInstr *LI) { function
4359 if (!(IsZExt && isZExtLoad(LoadMI)) && !(!IsZExt && isSExtLoad(LoadMI)))

Completed in 60 milliseconds