Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldChecker.cpp92 BitwiseAnd, enumerator
176 Op = BinOpToken::BitwiseAnd; in parseBinOpToken()
195 case BinOpToken::BitwiseAnd: in computeBinOpResult()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Demangle/
H A DMicrosoftDemangleNodes.h133 BitwiseAnd, // ?I # operator& enumerator
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Demangle/
H A DMicrosoftDemangleNodes.cpp271 OUTPUT_ENUM_CLASS_VALUE(IntrinsicFunctionKind, BitwiseAnd, "operator&"); in output()
H A DMicrosoftDemangle.cpp556 IFK::BitwiseAnd, // ?I # operator& in translateIntrinsicFunctionCode()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp4127 auto BitwiseAnd = m_c_And(m_Value(), LSubOne); in foldICmpBinOp() local
4129 if (match(BO0, BitwiseAnd) && Pred == ICmpInst::ICMP_ULT) { in foldICmpBinOp()