Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AArch64/
DAArch64FastISel.cpp4305 static bool isZExtLoad(const MachineInstr *LI) { in isZExtLoad() function
4378 if (!(IsZExt && isZExtLoad(LoadMI)) && !(!IsZExt && isSExtLoad(LoadMI))) in optimizeIntExtLoad()