Searched refs:BitwiseAnd (Results 1 – 5 of 5) sorted by relevance
92 BitwiseAnd, enumerator176 Op = BinOpToken::BitwiseAnd; in parseBinOpToken()195 case BinOpToken::BitwiseAnd: in computeBinOpResult()
134 BitwiseAnd, // ?I # operator& enumerator
274 OUTPUT_ENUM_CLASS_VALUE(IntrinsicFunctionKind, BitwiseAnd, "operator&"); in output()
556 IFK::BitwiseAnd, // ?I # operator& in translateIntrinsicFunctionCode()
4195 auto BitwiseAnd = m_c_And(m_Value(), LSubOne); in foldICmpBinOp() local4197 if (match(BO0, BitwiseAnd) && Pred == ICmpInst::ICMP_ULT) { in foldICmpBinOp()