Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/include/llvm/IR/
H A DPatternMatch.h289 inline apint_match m_APIntForbidUndef(const APInt *&Res) { in m_APIntForbidUndef() function
2316 if (m_Xor(m_Value(X), m_APIntForbidUndef(C)).match(V) && C->isAllOnes())
2318 if (m_Xor(m_APIntForbidUndef(C), m_Value(X)).match(V) && C->isAllOnes())