Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineNegator.cpp365 Value *NegOp0 = negate(I->getOperand(0), IsNSW, Depth + 1); in visitImpl() local
406 if (Value *NegOp0 = negate(I->getOperand(0), IsNSW, Depth + 1)) in visitImpl() local
480 } else if (Value *NegOp0 = negate(Ops[0], /* IsNSW */ false, Depth + 1)) { in visitImpl() local
H A DInstCombineMulDivRem.cpp267 if (Value *NegOp0 = in visitMul() local
368 if (Value *NegOp0 = Negator::Negate(false, /*IsNSW*/ false, Op0, *this)) in visitMul() local
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp52714 if (SDValue NegOp0 = isFNEG(DAG, Op.getOperand(0).getNode(), Depth + 1)) in isFNEG() local
52929 if (SDValue NegOp0 = in getNegatedExpression() local