Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineNegator.cpp313 Value *NegOp0 = negate(I->getOperand(0), Depth + 1); in visitImpl() local
353 if (Value *NegOp0 = negate(I->getOperand(0), Depth + 1)) in visitImpl() local
425 } else if (Value *NegOp0 = negate(Ops[0], Depth + 1)) { in visitImpl() local
H A DInstCombineMulDivRem.cpp208 if (Value *NegOp0 = Negator::Negate(/*IsNegation*/ true, Op0, *this)) in visitMul() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp46905 if (SDValue NegOp0 = isFNEG(DAG, Op.getOperand(0).getNode(), Depth + 1)) in isFNEG() local
47110 if (SDValue NegOp0 = in getNegatedExpression() local