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