Home
last modified time | relevance | path

Searched defs:isInst (Results 1 – 4 of 4) sorted by relevance

/llvm-project/llvm/include/llvm/MC/
H A DMCInst.h66 bool isInst() const { return Kind == kInst; } isInst() function
/llvm-project/bolt/include/bolt/Passes/
H A DDataflowAnalysis.h79 bool isInst() const { return ID == IDTy::Inst; } in isInst() function
/llvm-project/llvm/include/llvm/CodeGen/
H A DScheduleDAG.h309 bool isInst : 1; ///< True if the representative is a MachineInstr variable
/llvm-project/clang/include/clang/AST/
H A DDeclObjC.h427 void setInstanceMethod(bool isInst) { in setInstanceMethod() argument