Searched refs:isIGLP (Results 1 – 2 of 2) sorted by relevance
997 bool isIGLP(unsigned Opcode) const { in isIGLP() function1002 bool isIGLP(const MachineInstr &MI) const { return isIGLP(MI.getOpcode()); } in isIGLP() function
10423 if (isIGLP(*MI)) in isGlobalMemoryObject()