Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldChecker.cpp93 BitwiseAnd, enumerator
177 Op = BinOpToken::BitwiseAnd; in parseBinOpToken()
196 case BinOpToken::BitwiseAnd: in computeBinOpResult()
/freebsd-12.1/contrib/llvm/include/llvm/Demangle/
H A DMicrosoftDemangleNodes.h107 BitwiseAnd, // ?I # operator& enumerator
/freebsd-12.1/contrib/llvm/lib/Demangle/
H A DMicrosoftDemangleNodes.cpp269 OUTPUT_ENUM_CLASS_VALUE(IntrinsicFunctionKind, BitwiseAnd, "operator&"); in output()
H A DMicrosoftDemangle.cpp529 IFK::BitwiseAnd, // ?I # operator& in translateIntrinsicFunctionCode()
/freebsd-12.1/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp3437 auto BitwiseAnd = m_c_And(m_Value(), LSubOne); in foldICmpBinOp() local
3439 if (match(BO0, BitwiseAnd) && Pred == ICmpInst::ICMP_ULT) { in foldICmpBinOp()