Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineNegator.cpp348 Value *NegOp0 = negate(I->getOperand(0), IsNSW, Depth + 1); visitImpl() local
389 if (Value *NegOp0 = negate(I->getOperand(0), IsNSW, Depth + 1)) visitImpl() local
463 } else if (Value *NegOp0 = negate(Ops[0], /* IsNSW */ false, Depth + 1)) { visitImpl() local
H A DInstCombineMulDivRem.cpp369 return BinaryOperator::CreateMul(NegOp0, X); in visitMul() local
261 if (Value *NegOp0 = visitMul() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp51467 if (SDValue NegOp0 = isFNEG(DAG, Op.getOperand(0).getNode(), Depth + 1)) isFNEG() local
51676 if (SDValue NegOp0 = getNegatedExpression() local
[all...]