Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DEarlyCSE.cpp182 Value *CondNot; in matchSelectWithOptionalNotCond() local
183 if (match(Cond, m_Not(m_Value(CondNot)))) { in matchSelectWithOptionalNotCond()
184 Cond = CondNot; in matchSelectWithOptionalNotCond()
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp46132 if (SDValue CondNot = IsNOT(Cond, DAG)) in combineSelect() local
46134 DAG.getBitcast(CondVT, CondNot), RHS, LHS); in combineSelect()