Home
last modified time | relevance | path

Searched defs:isNotDuplicable (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/llvm/include/llvm/MC/
H A DMCInstrDesc.h360 bool isNotDuplicable() const { return Flags & (1ULL << MCID::NotDuplicable); } in isNotDuplicable() function
/openbsd-src/gnu/llvm/llvm/utils/TableGen/
H A DCodeGenInstruction.h276 bool isNotDuplicable : 1; variable