Searched defs:isInst (Results 1 – 3 of 3) sorted by relevance
66 bool isInst() const { return Kind == kInst; } in isInst() function
309 bool isInst : 1; ///< True if the representative is a MachineInstr variable
427 void setInstanceMethod(bool isInst) { in setInstanceMethod()