Searched refs:isZExtLoad (Results 1 – 1 of 1) sorted by relevance
4305 static bool isZExtLoad(const MachineInstr *LI) { in isZExtLoad() function4378 if (!(IsZExt && isZExtLoad(LoadMI)) && !(!IsZExt && isSExtLoad(LoadMI))) in optimizeIntExtLoad()