Searched defs:NotC (Results 1 – 13 of 13) sorted by relevance
| /external/llvm-project/clang/test/SemaCXX/ |
| D | attr-require-constant-initialization.cpp | 285 struct NotC { struct 286 constexpr NotC(void *) {} in NotC() argument 287 NotC(int) {} // expected-note 0+ {{declared here}} in NotC() argument 316 struct NotC { struct 317 constexpr NotC(void *) {} in NotC() argument 318 NotC(int) {} // expected-note 2 {{declared here}} in NotC() function
|
| /external/llvm/lib/Transforms/InstCombine/ |
| D | InstCombineSelect.cpp | 734 Value *NotA, *NotB, *NotC; in FoldSPFofSPF() local
|
| /external/llvm-project/llvm/lib/Transforms/InstCombine/ |
| D | InstCombineSelect.cpp | 666 const APInt *NotC, *C; in foldSetClearBits() local 1696 Value *NotA, *NotB, *NotC; in foldSPFofSPF() local
|
| D | InstCombineAddSub.cpp | 1134 const APInt *C, *NotC; in foldToUnsignedSaturatedAdd() local
|
| D | InstCombineAndOrXor.cpp | 3043 Value *NotC = Builder.CreateNot(C); in visitMaskedMerge() local
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
| D | InstCombineAddSub.cpp | 1096 const APInt *C, *NotC; in foldToUnsignedSaturatedAdd() local
|
| D | InstCombineSelect.cpp | 1644 Value *NotA, *NotB, *NotC; in foldSPFofSPF() local
|
| D | InstCombineAndOrXor.cpp | 2929 Value *NotC = Builder.CreateNot(C); in visitMaskedMerge() local
|
| /external/llvm/lib/Target/PowerPC/ |
| D | PPCISelDAGToDAG.cpp | 2812 NotC = Inv ? CCBit : NotCCBit; in Select() local
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
| D | PPCISelDAGToDAG.cpp | 4936 NotC = Inv ? CCBit : NotCCBit; in Select() local
|
| /external/llvm-project/llvm/lib/Target/PowerPC/ |
| D | PPCISelDAGToDAG.cpp | 5096 NotC = Inv ? CCBit : NotCCBit; in Select() local
|
| /external/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 8653 auto *NotC = dyn_cast<ConstantSDNode>(Cond1); in visitSELECT() local
|
| /external/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| D | DAGCombiner.cpp | 3112 if (SDValue NotC = extractBooleanFlip(CarryIn, DAG, TLI, true)) { in visitADDCARRYLike() local 9343 auto *NotC = dyn_cast<ConstantSDNode>(Cond1); in visitSELECT() local
|