Home
last modified time | relevance | path

Searched refs:InstrFlagIsWhile (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.h494 static const uint64_t InstrFlagIsWhile = TSFLAG_INSTR_FLAGS(0x1); variable
H A DAArch64InstrInfo.cpp7532 return get(Opc).TSFlags & AArch64::InstrFlagIsWhile; in isWhileOpcode()