Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
HDMIPatternMatch.h238 inline SpecificConstantMatch m_ZeroInt() { return SpecificConstantMatch(0); } in m_ZeroInt() function
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
HDPatternMatch.h599 inline cst_pred_ty<is_zero_int> m_ZeroInt() { in m_ZeroInt() function