Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DEarlyCSE.cpp183 Value *CondNot; in matchSelectWithOptionalNotCond() local
184 if (match(Cond, m_Not(m_Value(CondNot)))) { in matchSelectWithOptionalNotCond()
185 Cond = CondNot; in matchSelectWithOptionalNotCond()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp46305 if (SDValue CondNot = IsNOT(Cond, DAG)) in combineSelect() local
46307 DAG.getBitcast(CondVT, CondNot), RHS, LHS); in combineSelect()