Home
last modified time | relevance | path

Searched refs:NotC (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineSelect.cpp1176 Value *NotA, *NotB, *NotC; in foldSPFofSPF() local
1191 IsFreeOrProfitableToInvert(C, NotC, ElidesXor) && ElidesXor) { in foldSPFofSPF()
1196 if (!NotC) in foldSPFofSPF()
1197 NotC = Builder.CreateNot(C); in foldSPFofSPF()
1202 createMinMax(Builder, getInverseMinMaxFlavor(SPF2), NewInner, NotC)); in foldSPFofSPF()
H A DInstCombineAndOrXor.cpp2625 Value *NotC = Builder.CreateNot(C); in visitMaskedMerge() local
2626 Value *RHS = Builder.CreateAnd(B, NotC); in visitMaskedMerge()
/freebsd-12.1/contrib/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp4843 NotC = Inv ? CCBit : NotCCBit; in Select() local
4848 NotC, N->getOperand(3)), 0); in Select()
/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp7498 auto *NotC = dyn_cast<ConstantSDNode>(Cond1); in visitSELECT() local
7499 if (C && NotC && C->getAPIntValue() == ~NotC->getAPIntValue()) { in visitSELECT()