Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DEarlyCSE.cpp171 Value *CondNot; in matchSelectWithOptionalNotCond() local
172 if (match(Cond, m_Not(m_Value(CondNot)))) { in matchSelectWithOptionalNotCond()
173 Cond = CondNot; in matchSelectWithOptionalNotCond()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp41848 if (SDValue CondNot = IsNOT(Cond, DAG)) in combineSelect() local
41850 DAG.getBitcast(CondVT, CondNot), RHS, LHS); in combineSelect()