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