Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DOpenACCKinds.h505 BitwiseAnd, enumerator
530 case OpenACCReductionOperator::BitwiseAnd: in printOpenACCReductionOperator()
/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.cpp596 IFK::BitwiseAnd, // ?I # operator& in translateIntrinsicFunctionCode()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseOpenACC.cpp328 return OpenACCReductionOperator::BitwiseAnd; in ParseReductionOperator()
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVInstrInfo.td798 def OpGroupNonUniformBitwiseAnd: OpGroupNUGroup<"BitwiseAnd", 359>;
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp5338 auto BitwiseAnd = m_c_And(m_Value(), LSubOne); in foldICmpBinOp() local
5340 if (match(BO0, BitwiseAnd) && Pred == ICmpInst::ICMP_ULT) { in foldICmpBinOp()