Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGBuiltin.cpp559 struct BitTest { struct
560 enum ActionKind : uint8_t { TestOnly, Complement, Reset, Set };
561 enum InterlockingKind : uint8_t {
569 ActionKind Action;
570 InterlockingKind Interlocking;
571 bool Is64Bit;