Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/InstCombine/
H A DInstCombineNegator.cpp305 Value *NegOp = negate(I->getOperand(0), Depth + 1); in visitImpl() local
385 Value *NegOp = negate(I->getOperand(0), Depth + 1); in visitImpl() local
420 if (Value *NegOp = negate(Op, Depth + 1)) { in visitImpl() local
/aosp_15_r20/external/clang/lib/CodeGen/
H A DCGBuiltin.cpp510 Value *NegOp = Builder.CreateNeg(ArgValue, "neg"); in EmitBuiltinExpr() local