Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineNegator.cpp352 Value *NegOp0 = negate(I->getOperand(0), Depth + 1); in visitImpl() local
392 if (Value *NegOp0 = negate(I->getOperand(0), Depth + 1)) in visitImpl() local
464 } else if (Value *NegOp0 = negate(Ops[0], Depth + 1)) { in visitImpl() local
H A DInstCombineMulDivRem.cpp258 if (Value *NegOp0 = Negator::Negate(/*IsNegation*/ true, Op0, *this)) in visitMul() local
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp51952 if (SDValue NegOp0 = isFNEG(DAG, Op.getOperand(0).getNode(), Depth + 1)) in isFNEG() local
52161 if (SDValue NegOp0 = in getNegatedExpression() local