Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DEarlyCSE.cpp166 Value *CondNot; in matchSelectWithOptionalNotCond() local
167 if (match(Cond, m_Not(m_Value(CondNot)))) { in matchSelectWithOptionalNotCond()
168 Cond = CondNot; in matchSelectWithOptionalNotCond()
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp44935 if (SDValue CondNot = IsNOT(Cond, DAG)) in combineSelect() local
44937 DAG.getBitcast(CondVT, CondNot), RHS, LHS); in combineSelect()