Home
last modified time | relevance | path

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

/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/clang/include/clang/Basic/
H A DOpenACCKinds.h387 BitwiseAnd, enumerator
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldChecker.cpp113 BitwiseAnd, enumerator
197 Op = BinOpToken::BitwiseAnd; in parseBinOpToken()
216 case BinOpToken::BitwiseAnd: in computeBinOpResult()
/freebsd/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DMicrosoftDemangleNodes.h133 BitwiseAnd, // ?I # operator& enumerator
/freebsd/contrib/llvm-project/llvm/lib/Demangle/
H A DMicrosoftDemangleNodes.cpp272 OUTPUT_ENUM_CLASS_VALUE(IntrinsicFunctionKind, BitwiseAnd, "operator&"); in output()
H A DMicrosoftDemangle.cpp583 IFK::BitwiseAnd, // ?I # operator& in translateIntrinsicFunctionCode()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseOpenACC.cpp301 return OpenACCReductionOperator::BitwiseAnd; in ParseReductionOperator()
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVInstrInfo.td758 def OpGroupNonUniformBitwiseAnd: OpGroupNUGroup<"BitwiseAnd", 359>;
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp5007 auto BitwiseAnd = m_c_And(m_Value(), LSubOne); in foldICmpBinOp() local
5009 if (match(BO0, BitwiseAnd) && Pred == ICmpInst::ICMP_ULT) { in foldICmpBinOp()