Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
HDInstCombineSelect.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
HDInstCombineAndOrXor.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
HDInstCombineAddSub.cpp1245 const APInt *C, *NotC; in foldToUnsignedSaturatedAdd() local
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
HDPPCISelDAGToDAG.cpp5895 NotC = Inv ? CCBit : NotCCBit; in Select() local
/freebsd-14-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
HDDAGCombiner.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