Searched defs:NegOp1 (Results 1 – 4 of 4) sorted by relevance
352 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
2193 if (Value *NegOp1 = Negator::Negate(IsNegation, /* IsNSW */ IsNegation && visitSub() local
8030 SDValue NegOp1 = DAG.getNode(ISD::SUB, DL, ShVT, Zero, Op1); expandROT() local
8253 SDValue NegOp1 = Neg.getOperand(1); matchRotateSub() local [all...]