Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/CodeGen/
DCGBuiltin.cpp789 struct BitTest { struct
790 enum ActionKind : uint8_t { TestOnly, Complement, Reset, Set };
791 enum InterlockingKind : uint8_t {
799 ActionKind Action;
800 InterlockingKind Interlocking;
801 bool Is64Bit;