Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGBuiltin.cpp793 struct BitTest { struct
794 enum ActionKind : uint8_t { TestOnly, Complement, Reset, Set };
795 enum InterlockingKind : uint8_t {
803 ActionKind Action;
804 InterlockingKind Interlocking;
805 bool Is64Bit;