Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/InstCombine/
DInstCombineSelect.cpp734 Value *NotA, *NotB, *NotC; in FoldSPFofSPF() local
747 IsFreeOrProfitableToInvert(C, NotC, ElidesXor) && ElidesXor) { in FoldSPFofSPF()
752 if (!NotC) in FoldSPFofSPF()
753 NotC = Builder->CreateNot(C); in FoldSPFofSPF()
758 Builder, getInverseMinMaxSelectPattern(SPF2), NewInner, NotC)); in FoldSPFofSPF()
/external/llvm/lib/Target/PowerPC/
DPPCISelDAGToDAG.cpp2812 NotC = Inv ? CCBit : NotCCBit; in Select() local
2817 NotC, N->getOperand(3)), 0); in Select()