Searched refs:BitwiseAnd (Results 1 – 9 of 9) sorted by relevance
| /src/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | OpenACCKinds.h | 505 BitwiseAnd, enumerator 530 case OpenACCReductionOperator::BitwiseAnd: in printOpenACCReductionOperator()
|
| /src/contrib/llvm-project/compiler-rt/lib/orc/tests/unit/ |
| H A D | bitmask_enum_test.cpp | 58 TEST(BitmaskEnumTest, BitwiseAnd) { in TEST() argument
|
| /src/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/ |
| H A D | RuntimeDyldChecker.cpp | 113 BitwiseAnd, enumerator 197 Op = BinOpToken::BitwiseAnd; in parseBinOpToken() 216 case BinOpToken::BitwiseAnd: in computeBinOpResult()
|
| /src/contrib/llvm-project/llvm/include/llvm/Demangle/ |
| H A D | MicrosoftDemangleNodes.h | 133 BitwiseAnd, // ?I # operator& enumerator
|
| /src/contrib/llvm-project/llvm/lib/Demangle/ |
| H A D | MicrosoftDemangleNodes.cpp | 272 OUTPUT_ENUM_CLASS_VALUE(IntrinsicFunctionKind, BitwiseAnd, "operator&"); in output()
|
| H A D | MicrosoftDemangle.cpp | 596 IFK::BitwiseAnd, // ?I # operator& in translateIntrinsicFunctionCode()
|
| /src/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParseOpenACC.cpp | 328 return OpenACCReductionOperator::BitwiseAnd; in ParseReductionOperator()
|
| /src/contrib/llvm-project/llvm/lib/Target/SPIRV/ |
| H A D | SPIRVInstrInfo.td | 798 def OpGroupNonUniformBitwiseAnd: OpGroupNUGroup<"BitwiseAnd", 359>;
|
| /src/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineCompares.cpp | 5338 auto BitwiseAnd = m_c_And(m_Value(), LSubOne); in foldICmpBinOp() local 5340 if (match(BO0, BitwiseAnd) && Pred == ICmpInst::ICMP_ULT) { in foldICmpBinOp()
|