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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldChecker.cpp91 BitwiseAnd, member in class:llvm::RuntimeDyldCheckerExprEval::BinOpToken
175 Op = BinOpToken::BitwiseAnd;
194 case BinOpToken::BitwiseAnd:
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DMicrosoftDemangleNodes.h132 BitwiseAnd, // ?I # operator& member in class:llvm::ms_demangle::IntrinsicFunctionKind
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Demangle/
H A DMicrosoftDemangleNodes.cpp266 OUTPUT_ENUM_CLASS_VALUE(IntrinsicFunctionKind, BitwiseAnd, "operator&");
H A DMicrosoftDemangle.cpp556 IFK::BitwiseAnd, // ?I # operator&
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp4046 auto BitwiseAnd = m_c_And(m_Value(), LSubOne); local
4048 if (match(BO0, BitwiseAnd) && Pred == ICmpInst::ICMP_ULT) {

Completed in 182 milliseconds