Searched refs:NotC (Results 1 – 5 of 5) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineSelect.cpp | 1644 Value *NotA, *NotB, *NotC; in foldSPFofSPF() local 1659 IsFreeOrProfitableToInvert(C, NotC, ElidesXor) && ElidesXor) { in foldSPFofSPF() 1664 if (!NotC) in foldSPFofSPF() 1665 NotC = Builder.CreateNot(C); in foldSPFofSPF() 1670 createMinMax(Builder, getInverseMinMaxFlavor(SPF2), NewInner, NotC)); in foldSPFofSPF()
|
D | InstCombineAddSub.cpp | 1096 const APInt *C, *NotC; in foldToUnsignedSaturatedAdd() local 1097 if (match(&I, m_Add(m_UMin(m_Value(X), m_APInt(NotC)), m_APInt(C))) && in foldToUnsignedSaturatedAdd() 1098 *C == ~*NotC) in foldToUnsignedSaturatedAdd()
|
D | InstCombineAndOrXor.cpp | 2929 Value *NotC = Builder.CreateNot(C); in visitMaskedMerge() local 2930 Value *RHS = Builder.CreateAnd(B, NotC); in visitMaskedMerge()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
D | PPCISelDAGToDAG.cpp | 4936 NotC = Inv ? CCBit : NotCCBit; in Select() local 4941 NotC, N->getOperand(3)), 0); in Select()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | DAGCombiner.cpp | 2905 if (SDValue NotC = extractBooleanFlip(CarryIn, DAG, TLI, true)) { in visitADDCARRYLike() local 2908 N0.getOperand(0), NotC); in visitADDCARRYLike() 8653 auto *NotC = dyn_cast<ConstantSDNode>(Cond1); in visitSELECT() local 8654 if (C && NotC && C->getAPIntValue() == ~NotC->getAPIntValue()) { in visitSELECT()
|