Home
last modified time | relevance | path

Searched defs:m_ZeroInt (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DMIPatternMatch.h238 inline SpecificConstantMatch m_ZeroInt() { return SpecificConstantMatch(0); } in m_ZeroInt() function
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DPatternMatch.h599 inline cst_pred_ty<is_zero_int> m_ZeroInt() { in m_ZeroInt() function