Home
last modified time | relevance | path

Searched refs:TestOnly (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGBuiltin.cpp833 enum ActionKind : uint8_t { TestOnly, Complement, Reset, Set }; enumerator
854 return {TestOnly, Unlocked, false}; in decodeBitTestBuiltin()
868 return {TestOnly, Unlocked, true}; in decodeBitTestBuiltin()
899 case BitTest::TestOnly: return '\0'; in bitActionToX86BTCode()
988 if (BT.Action != BitTest::TestOnly) { in EmitBitTestIntrinsic()
1012 case BitTest::TestOnly: in EmitBitTestIntrinsic()