Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBuiltin.cpp1128 struct BitTest { struct
1129 enum ActionKind : uint8_t { TestOnly, Complement, Reset, Set };
1130 enum InterlockingKind : uint8_t {
1138 ActionKind Action;
1139 InterlockingKind Interlocking;
1140 bool Is64Bit;
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp30693 Function *BitTest = nullptr; in emitBitTestAtomicRMWIntrinsic() local