Searched refs:CondNot (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | EarlyCSE.cpp | 149 Value *CondNot; in matchSelectWithOptionalNotCond() local 150 if (match(Cond, m_Not(m_Value(CondNot)))) { in matchSelectWithOptionalNotCond() 151 Cond = CondNot; in matchSelectWithOptionalNotCond()
|
/external/llvm-project/llvm/lib/Transforms/Scalar/ |
D | EarlyCSE.cpp | 151 Value *CondNot; in matchSelectWithOptionalNotCond() local 152 if (match(Cond, m_Not(m_Value(CondNot)))) { in matchSelectWithOptionalNotCond() 153 Cond = CondNot; in matchSelectWithOptionalNotCond()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 38315 if (SDValue CondNot = IsNOT(Cond, DAG)) in combineSelect() local 38317 DAG.getBitcast(CondVT, CondNot), RHS, LHS); in combineSelect()
|
/external/llvm-project/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 40975 if (SDValue CondNot = IsNOT(Cond, DAG)) in combineSelect() local 40977 DAG.getBitcast(CondVT, CondNot), RHS, LHS); in combineSelect()
|