Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldChecker.cpp93 BitwiseAnd, enumerator
177 Op = BinOpToken::BitwiseAnd; in parseBinOpToken()
196 case BinOpToken::BitwiseAnd: in computeBinOpResult()
/openbsd-src/gnu/llvm/llvm/include/llvm/Demangle/
H A DMicrosoftDemangleNodes.h134 BitwiseAnd, // ?I # operator& enumerator
/openbsd-src/gnu/llvm/llvm/lib/Demangle/
H A DMicrosoftDemangleNodes.cpp272 OUTPUT_ENUM_CLASS_VALUE(IntrinsicFunctionKind, BitwiseAnd, "operator&"); in output()
H A DMicrosoftDemangle.cpp559 IFK::BitwiseAnd, // ?I # operator& in translateIntrinsicFunctionCode()
/openbsd-src/gnu/llvm/llvm/lib/Target/SPIRV/
H A DSPIRVInstrInfo.td754 def OpGroupNonUniformBitwiseAnd: OpGroupNUGroup<"BitwiseAnd", 359>;
/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp4440 auto BitwiseAnd = m_c_And(m_Value(), LSubOne); in foldICmpBinOp() local
4442 if (match(BO0, BitwiseAnd) && Pred == ICmpInst::ICMP_ULT) { in foldICmpBinOp()