Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DPatternMatch.h1509 m_c_BitwiseLogic(const LHS &L, const RHS &R) { in m_c_BitwiseLogic() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineSelect.cpp1738 !match(TrueVal, m_c_BitwiseLogic(m_Specific(X), m_Specific(Y)))) in foldSelectICmpEq()