Home
last modified time | relevance | path

Searched defs:NegOp0 (Results 1 – 3 of 3) sorted by relevance

/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineNegator.cpp349 Value *NegOp0 = negate(I->getOperand(0), IsNSW, Depth + 1); visitImpl() local
390 if (Value *NegOp0 = negate(I->getOperand(0), IsNSW, Depth + 1)) visitImpl() local
464 } else if (Value *NegOp0 = negate(Ops[0], /* IsNSW */ false, Depth + 1)) { visitImpl() local
H A DInstCombineMulDivRem.cpp263 if (Value *NegOp0 = visitMul() local
364 if (Value *NegOp0 = Negator::Negate(false, /*IsNSW*/ false, Op0, *this)) visitMul() local
/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp52576 if (SDValue NegOp0 = isFNEG(DAG, Op.getOperand(0).getNode(), Depth + 1)) isFNEG() local
52791 if (SDValue NegOp0 = getNegatedExpression() local
[all...]