Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DEarlyCSE.cpp149 Value *CondNot; in matchSelectWithOptionalNotCond() local
150 if (match(Cond, m_Not(m_Value(CondNot)))) { in matchSelectWithOptionalNotCond()
151 Cond = CondNot; in matchSelectWithOptionalNotCond()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp38315 if (SDValue CondNot = IsNOT(Cond, DAG)) in combineSelect() local
38317 DAG.getBitcast(CondVT, CondNot), RHS, LHS); in combineSelect()