Searched refs:BitwiseAnd (Results 1 – 5 of 5) sorted by relevance
93 BitwiseAnd, enumerator177 Op = BinOpToken::BitwiseAnd; in parseBinOpToken()196 case BinOpToken::BitwiseAnd: in computeBinOpResult()
107 BitwiseAnd, // ?I # operator& enumerator
269 OUTPUT_ENUM_CLASS_VALUE(IntrinsicFunctionKind, BitwiseAnd, "operator&"); in output()
529 IFK::BitwiseAnd, // ?I # operator& in translateIntrinsicFunctionCode()
3437 auto BitwiseAnd = m_c_And(m_Value(), LSubOne); in foldICmpBinOp() local3439 if (match(BO0, BitwiseAnd) && Pred == ICmpInst::ICMP_ULT) { in foldICmpBinOp()