Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/GlobalISel/
H A DMIPatternMatch.h238 inline SpecificConstantMatch m_ZeroInt() { return SpecificConstantMatch(0); } in m_ZeroInt() function
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DPatternMatch.h524 inline cst_pred_ty<is_zero_int> m_ZeroInt() { in m_ZeroInt() function