Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldChecker.cpp92 BitwiseAnd, enumerator
176 Op = BinOpToken::BitwiseAnd; in parseBinOpToken()
195 case BinOpToken::BitwiseAnd: in computeBinOpResult()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DMicrosoftDemangleNodes.h134 BitwiseAnd, // ?I # operator& enumerator
/freebsd-13.1/contrib/llvm-project/llvm/lib/Demangle/
H A DMicrosoftDemangleNodes.cpp274 OUTPUT_ENUM_CLASS_VALUE(IntrinsicFunctionKind, BitwiseAnd, "operator&"); in output()
H A DMicrosoftDemangle.cpp556 IFK::BitwiseAnd, // ?I # operator& in translateIntrinsicFunctionCode()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp4195 auto BitwiseAnd = m_c_And(m_Value(), LSubOne); in foldICmpBinOp() local
4197 if (match(BO0, BitwiseAnd) && Pred == ICmpInst::ICMP_ULT) { in foldICmpBinOp()