Searched defs:NotC (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineSelect.cpp | 825 const APInt *NotC, *C; in foldSetClearBits() local 3287 if (Value *NotC = getFreelyInverted(C, C->hasOneUse(), &Builder)) { in foldSelectOfBools() local 3294 if (Value *NotC = getFreelyInverted(C, C->hasOneUse(), &Builder)) { in foldSelectOfBools() local
|
H A D | InstCombineAndOrXor.cpp | 2635 Value *NotC = Op1->hasOneUse() in visitAnd() local 2645 Value *NotC = Op0->hasOneUse() in visitAnd() local 4263 Value *NotC = Builder.CreateNot(C); in visitMaskedMerge() local
|
H A D | InstCombineAddSub.cpp | 1245 const APInt *C, *NotC; in foldToUnsignedSaturatedAdd() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCISelDAGToDAG.cpp | 5895 NotC = Inv ? CCBit : NotCCBit; in Select() local
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | DAGCombiner.cpp | 3633 if (SDValue NotC = extractBooleanFlip(CarryIn, DAG, TLI, true)) { in visitUADDO_CARRYLike() local 3672 if (SDValue NotC = extractBooleanFlip(CarryIn, DAG, TLI, true)) in visitSADDO_CARRYLike() local 11725 auto *NotC = dyn_cast<ConstantSDNode>(Cond1); in visitSELECT() local
|