Searched defs:NotC (Results 1 – 12 of 12) sorted by relevance
/aosp_15_r20/external/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineSelect.cpp | 734 Value *NotA, *NotB, *NotC; in FoldSPFofSPF() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineAddSub.cpp | 1096 const APInt *C, *NotC; in foldToUnsignedSaturatedAdd() local
|
H A D | InstCombineSelect.cpp | 1644 Value *NotA, *NotB, *NotC; in foldSPFofSPF() local
|
H A D | InstCombineAndOrXor.cpp | 2929 Value *NotC = Builder.CreateNot(C); in visitMaskedMerge() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineAddSub.cpp | 1124 const APInt *C, *NotC; in foldToUnsignedSaturatedAdd() local
|
H A D | InstCombineSelect.cpp | 723 const APInt *NotC, *C; in foldSetClearBits() local
|
H A D | InstCombineAndOrXor.cpp | 3622 Value *NotC = Builder.CreateNot(C); in visitMaskedMerge() local
|
/aosp_15_r20/external/llvm/lib/Target/PowerPC/ |
H A D | PPCISelDAGToDAG.cpp | 2812 NotC = Inv ? CCBit : NotCCBit; in Select() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
H A D | PPCISelDAGToDAG.cpp | 4936 NotC = Inv ? CCBit : NotCCBit; in Select() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/PowerPC/ |
H A D | PPCISelDAGToDAG.cpp | 5715 NotC = Inv ? CCBit : NotCCBit; in Select() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
H A D | DAGCombiner.cpp | 2905 if (SDValue NotC = extractBooleanFlip(CarryIn, DAG, TLI, true)) { in visitADDCARRYLike() local 8653 auto *NotC = dyn_cast<ConstantSDNode>(Cond1); in visitSELECT() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/SelectionDAG/ |
H A D | DAGCombiner.cpp | 3322 if (SDValue NotC = extractBooleanFlip(CarryIn, DAG, TLI, true)) { in visitADDCARRYLike() local 10856 auto *NotC = dyn_cast<ConstantSDNode>(Cond1); in visitSELECT() local
|