Home
last modified time | relevance | path

Searched defs:NegOp1 (Results 1 – 4 of 4) sorted by relevance

/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineNegator.cpp352 if (!NegOp1) // Early return. in visitImpl() local
336 Value *NegOp1 = negate(I->getOperand(1), IsNSW, Depth + 1); visitImpl() local
461 if (Value *NegOp1 = negate(Ops[1], /* IsNSW */ false, Depth + 1)) { visitImpl() local
H A DInstCombineAddSub.cpp2193 if (Value *NegOp1 = Negator::Negate(IsNegation, /* IsNSW */ IsNegation && visitSub() local
/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp8030 SDValue NegOp1 = DAG.getNode(ISD::SUB, DL, ShVT, Zero, Op1); expandROT() local
H A DDAGCombiner.cpp8253 SDValue NegOp1 = Neg.getOperand(1); matchRotateSub() local
[all...]