Searched refs:is_zero_int (Results 1 – 1 of 1) sorted by relevance
517 struct is_zero_int { struct522 inline cst_pred_ty<is_zero_int> m_ZeroInt() { in m_ZeroInt() argument523 return cst_pred_ty<is_zero_int>(); in m_ZeroInt()530 return C && (C->isNullValue() || cst_pred_ty<is_zero_int>().match(C)); in match()2255 inline BinaryOp_match<cst_pred_ty<is_zero_int>, ValTy, Instruction::Sub>2262 inline OverflowingBinaryOp_match<cst_pred_ty<is_zero_int>, ValTy,