Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCInstrDesc.h347 bool isNotDuplicable() const { return Flags & (1ULL << MCID::NotDuplicable); } in isNotDuplicable() function
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DCodeGenInstruction.h265 bool isNotDuplicable : 1; variable