Home
last modified time | relevance | path

Searched defs:NotC (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineSelect.cpp825 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 DInstCombineAndOrXor.cpp2635 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 DInstCombineAddSub.cpp1245 const APInt *C, *NotC; in foldToUnsignedSaturatedAdd() local
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp5895 NotC = Inv ? CCBit : NotCCBit; in Select() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp3633 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