Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DOpenACCKinds.h557 BitwiseAnd, enumerator
582 case OpenACCReductionOperator::BitwiseAnd: in printOpenACCReductionOperator()
/freebsd/contrib/llvm-project/compiler-rt/lib/orc/tests/unit/
H A Dbitmask_enum_test.cpp58 TEST(BitmaskEnumTest, BitwiseAnd) { in TEST() argument
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldChecker.cpp110 BitwiseAnd, enumerator
194 Op = BinOpToken::BitwiseAnd; in parseBinOpToken()
213 case BinOpToken::BitwiseAnd: in computeBinOpResult()
/freebsd/contrib/llvm-project/llvm/lib/Demangle/
H A DMicrosoftDemangleNodes.cpp274 OUTPUT_ENUM_CLASS_VALUE(IntrinsicFunctionKind, BitwiseAnd, "operator&"); in output()
H A DMicrosoftDemangle.cpp597 IFK::BitwiseAnd, // ?I # operator& in translateIntrinsicFunctionCode()
/freebsd/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DMicrosoftDemangleNodes.h135 BitwiseAnd, // ?I # operator& enumerator
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseOpenACC.cpp333 return OpenACCReductionOperator::BitwiseAnd; in ParseReductionOperator()
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVInstrInfo.td807 def OpGroupNonUniformBitwiseAnd: OpGroupNUGroup<"BitwiseAnd", 359>;
H A DSPIRVSymbolicOperands.td1813 defm BitwiseAnd : SpecConstantOpOperandsOperand<199, [], []>;
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp5615 auto BitwiseAnd = m_c_And(m_Value(), LSubOne); in foldICmpBinOp() local
5617 if (match(BO0, BitwiseAnd) && Pred == ICmpInst::ICMP_ULT) { in foldICmpBinOp()