Searched refs:BitwiseAnd (Results 1 – 6 of 6) sorted by relevance
93 BitwiseAnd, enumerator177 Op = BinOpToken::BitwiseAnd; in parseBinOpToken()196 case BinOpToken::BitwiseAnd: in computeBinOpResult()
134 BitwiseAnd, // ?I # operator& enumerator
272 OUTPUT_ENUM_CLASS_VALUE(IntrinsicFunctionKind, BitwiseAnd, "operator&"); in output()
559 IFK::BitwiseAnd, // ?I # operator& in translateIntrinsicFunctionCode()
754 def OpGroupNonUniformBitwiseAnd: OpGroupNUGroup<"BitwiseAnd", 359>;
4440 auto BitwiseAnd = m_c_And(m_Value(), LSubOne); in foldICmpBinOp() local4442 if (match(BO0, BitwiseAnd) && Pred == ICmpInst::ICMP_ULT) { in foldICmpBinOp()