Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineSelect.cpp1752 return match(FalseVal, m_c_BinOp(OuterOpc, m_NotForbidPoison(matchInner), in foldSelectICmpEq()
1756 m_NotForbidPoison(m_Specific(CmpRHS)))); in foldSelectICmpEq()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DPatternMatch.h2386 m_NotForbidPoison(const ValTy &V) { in m_NotForbidPoison() function