Searched refs:BitwiseAnd (Results 1 – 10 of 10) sorted by relevance
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | OpenACCKinds.h | 557 BitwiseAnd, enumerator 582 case OpenACCReductionOperator::BitwiseAnd: in printOpenACCReductionOperator()
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/orc/tests/unit/ |
| H A D | bitmask_enum_test.cpp | 58 TEST(BitmaskEnumTest, BitwiseAnd) { in TEST() argument
|
| /freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/ |
| H A D | RuntimeDyldChecker.cpp | 110 BitwiseAnd, enumerator 194 Op = BinOpToken::BitwiseAnd; in parseBinOpToken() 213 case BinOpToken::BitwiseAnd: in computeBinOpResult()
|
| /freebsd/contrib/llvm-project/llvm/lib/Demangle/ |
| H A D | MicrosoftDemangleNodes.cpp | 274 OUTPUT_ENUM_CLASS_VALUE(IntrinsicFunctionKind, BitwiseAnd, "operator&"); in output()
|
| H A D | MicrosoftDemangle.cpp | 597 IFK::BitwiseAnd, // ?I # operator& in translateIntrinsicFunctionCode()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Demangle/ |
| H A D | MicrosoftDemangleNodes.h | 135 BitwiseAnd, // ?I # operator& enumerator
|
| /freebsd/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParseOpenACC.cpp | 333 return OpenACCReductionOperator::BitwiseAnd; in ParseReductionOperator()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/ |
| H A D | SPIRVInstrInfo.td | 807 def OpGroupNonUniformBitwiseAnd: OpGroupNUGroup<"BitwiseAnd", 359>;
|
| H A D | SPIRVSymbolicOperands.td | 1813 defm BitwiseAnd : SpecConstantOpOperandsOperand<199, [], []>;
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineCompares.cpp | 5615 auto BitwiseAnd = m_c_And(m_Value(), LSubOne); in foldICmpBinOp() local 5617 if (match(BO0, BitwiseAnd) && Pred == ICmpInst::ICMP_ULT) { in foldICmpBinOp()
|