Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineSelect.cpp809 const APInt *NotC, *C; foldSetClearBits() local
3088 if (Value *NotC = getFreelyInverted(C, C->hasOneUse(), &Builder)) { foldSelectOfBools() local
3095 if (Value *NotC = getFreelyInverted(C, C->hasOneUse(), &Builder)) { foldSelectOfBools() local
H A DInstCombineAndOrXor.cpp2525 Value *NotC = Op1->hasOneUse() visitAnd() local
2535 Value *NotC = Op0->hasOneUse() visitAnd() local
4132 Value *NotC = Builder.CreateNot(C); visitMaskedMerge() local
H A DInstCombineAddSub.cpp1203 const APInt *C, *NotC; foldToUnsignedSaturatedAdd() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp5907 NotC = Inv ? CCBit : NotCCBit; Select() local
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp3639 if (SDValue NotC = extractBooleanFlip(CarryIn, DAG, TLI, true)) { visitUADDO_CARRYLike() local
3678 if (SDValue NotC = extractBooleanFlip(CarryIn, DAG, TLI, true)) visitSADDO_CARRYLike() local
11657 auto *NotC = dyn_cast<ConstantSDNode>(Cond1); visitSELECT() local
[all...]