Home
last modified time | relevance | path

Searched defs:NegOp (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineNegator.cpp266 Value *NegOp = negate(I->getOperand(0), Depth + 1); in visitImpl() local
346 Value *NegOp = negate(I->getOperand(0), Depth + 1); in visitImpl() local
381 if (Value *NegOp = negate(Op, Depth + 1)) { in visitImpl() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGBuiltin.cpp2555 Value *NegOp = Builder.CreateNSWNeg(ArgValue, "neg"); in EmitBuiltinExpr() local