Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DPatternMatch.h409 struct is_zero_int { struct
414 inline cst_pred_ty<is_zero_int> m_ZeroInt() { in m_ZeroInt() argument
415 return cst_pred_ty<is_zero_int>(); in m_ZeroInt()
421 return C && (C->isNullValue() || cst_pred_ty<is_zero_int>().match(C)); in match()
1895 inline BinaryOp_match<cst_pred_ty<is_zero_int>, ValTy, Instruction::Sub>