Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBuiltin.cpp1560 struct BitTest { struct
1561 enum ActionKind : uint8_t { TestOnly, Complement, Reset, Set };
1562 enum InterlockingKind : uint8_t {
1570 ActionKind Action;
1571 InterlockingKind Interlocking;
1572 bool Is64Bit;