Searched refs:NotC (Results 1 – 5 of 5) sorted by relevance
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineSelect.cpp | 734 Value *NotA, *NotB, *NotC; in FoldSPFofSPF() local 747 IsFreeOrProfitableToInvert(C, NotC, ElidesXor) && ElidesXor) { in FoldSPFofSPF() 752 if (!NotC) in FoldSPFofSPF() 753 NotC = Builder->CreateNot(C); in FoldSPFofSPF() 758 Builder, getInverseMinMaxSelectPattern(SPF2), NewInner, NotC)); in FoldSPFofSPF()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineSelect.cpp | 1126 Value *NotA, *NotB, *NotC; in foldSPFofSPF() local 1141 IsFreeOrProfitableToInvert(C, NotC, ElidesXor) && ElidesXor) { in foldSPFofSPF() 1146 if (!NotC) in foldSPFofSPF() 1147 NotC = Builder.CreateNot(C); in foldSPFofSPF() 1152 createMinMax(Builder, getInverseMinMaxFlavor(SPF2), NewInner, NotC)); in foldSPFofSPF()
|
D | InstCombineAndOrXor.cpp | 2447 Value *NotC = Builder.CreateNot(C); in visitMaskedMerge() local 2448 Value *RHS = Builder.CreateAnd(B, NotC); in visitMaskedMerge() 2546 Constant *NotC = ConstantExpr::getNot(C); in visitXor() local 2547 return BinaryOperator::CreateLShr(NotC, Y); in visitXor() 2553 Constant *NotC = ConstantExpr::getNot(C); in visitXor() local 2554 return BinaryOperator::CreateAShr(NotC, Y); in visitXor()
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCISelDAGToDAG.cpp | 2812 NotC = Inv ? CCBit : NotCCBit; in Select() local 2817 NotC, N->getOperand(3)), 0); in Select()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/ |
D | PPCISelDAGToDAG.cpp | 4598 NotC = Inv ? CCBit : NotCCBit; in Select() local 4603 NotC, N->getOperand(3)), 0); in Select()
|