Searched defs:NotC (Results 1 – 6 of 6) sorted by relevance
/llvm-project/clang/test/SemaCXX/ |
H A D | attr-require-constant-initialization.cpp | 285 struct NotC { struct 286 constexpr NotC(void *) {} in NotC() function 287 NotC(int) {} // expected-note 0+ {{declared here}} in NotC() function 316 struct NotC { struct 317 constexpr NotC(void *) {} in NotC() argument 318 NotC(int) {} // expected-note 2 {{declared here}} in NotC() argument
|
/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineSelect.cpp | 825 const APInt *NotC, *C; foldSetClearBits() local 3258 if (Value *NotC = getFreelyInverted(C, C->hasOneUse(), &Builder)) { foldSelectOfBools() local 3265 if (Value *NotC = getFreelyInverted(C, C->hasOneUse(), &Builder)) { foldSelectOfBools() local
|
H A D | InstCombineAndOrXor.cpp | 2588 Value *NotC = Op1->hasOneUse() visitAnd() local 2598 Value *NotC = Op0->hasOneUse() visitAnd() local 4210 Value *NotC = Builder.CreateNot(C); visitMaskedMerge() local
|
H A D | InstCombineAddSub.cpp | 1240 const APInt *C, *NotC; foldToUnsignedSaturatedAdd() local
|
/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCISelDAGToDAG.cpp | 5895 NotC = Inv ? CCBit : NotCCBit; Select() local
|
/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | DAGCombiner.cpp | 3647 if (SDValue NotC = extractBooleanFlip(CarryIn, DAG, TLI, true)) { visitUADDO_CARRYLike() local 3686 if (SDValue NotC = extractBooleanFlip(CarryIn, DAG, TLI, true)) visitSADDO_CARRYLike() local 11740 auto *NotC = dyn_cast<ConstantSDNode>(Cond1); visitSELECT() local [all...] |