Searched refs:NotB (Results 1 – 9 of 9) sorted by relevance
/external/llvm/test/Transforms/InstCombine/ |
D | apint-and2.ll | 16 %NotB = xor i477 %B, -1 17 %C1 = and i477 %NotA, %NotB 24 %NotB = xor i129 %B, -1 25 %C1 = and i129 %NotA, %NotB 32 %NotB = xor i65 -1, %B 33 %C1 = and i65 %NotA, %NotB 40 %NotB = xor i66 %B, -1 41 %C1 = and i66 %NotA, %NotB
|
D | apint-or.ll | 33 %NotB = xor i43 %B, -1 34 %C1 = or i43 %NotA, %NotB 72 %NotB = xor i129 %B, -1 73 %C1 = or i129 %NotA, %NotB
|
D | apint-and1.ll | 15 %NotB = xor i47 %B, -1 16 %C1 = and i47 %NotA, %NotB
|
/external/swiftshader/third_party/LLVM/test/Transforms/InstCombine/ |
D | apint-and2.ll | 16 %NotB = xor i477 %B, -1 17 %C1 = and i477 %NotA, %NotB 24 %NotB = xor i129 %B, -1 25 %C1 = and i129 %NotA, %NotB 32 %NotB = xor i65 -1, %B 33 %C1 = and i65 %NotA, %NotB 40 %NotB = xor i66 %B, -1 41 %C1 = and i66 %NotA, %NotB
|
D | apint-and1.ll | 15 %NotB = xor i47 %B, -1 16 %C1 = and i47 %NotA, %NotB
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/InstCombine/ |
D | demorgan.ll | 13 %NotB = xor i43 %B, -1 14 %C = or i43 %NotA, %NotB 27 %NotB = xor i129 %B, -1 28 %C = or i129 %NotA, %NotB 41 %NotB = xor i477 %B, -1 42 %C = and i477 %NotA, %NotB 55 %NotB = xor i129 %B, -1 56 %C = and i129 %NotA, %NotB 69 %NotB = xor i65 -1, %B 70 %C = and i65 %NotA, %NotB [all …]
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineSelect.cpp | 734 Value *NotA, *NotB, *NotC; in FoldSPFofSPF() local 746 IsFreeOrProfitableToInvert(B, NotB, ElidesXor) && in FoldSPFofSPF() 750 if (!NotB) in FoldSPFofSPF() 751 NotB = Builder->CreateNot(B); in FoldSPFofSPF() 756 Builder, getInverseMinMaxSelectPattern(SPF1), NotA, NotB); in FoldSPFofSPF()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineSelect.cpp | 1126 Value *NotA, *NotB, *NotC; in foldSPFofSPF() local 1140 IsFreeOrProfitableToInvert(B, NotB, ElidesXor) && in foldSPFofSPF() 1144 if (!NotB) in foldSPFofSPF() 1145 NotB = Builder.CreateNot(B); in foldSPFofSPF() 1150 NotB); in foldSPFofSPF()
|
D | InstCombineAndOrXor.cpp | 1716 Value *NotB; in getSelectCondition() local 1719 match(B, m_OneUse(m_Not(m_Value(NotB))))) { in getSelectCondition() 1720 NotB = peekThroughBitcast(NotB, true); in getSelectCondition() 1721 if (match(NotB, m_SExt(m_Specific(Cond)))) in getSelectCondition()
|