Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineNegator.cpp301 Value *NegOp = negate(I->getOperand(0), IsNSW, Depth + 1); visitImpl() local
382 Value *NegOp = negate(I->getOperand(0), /* IsNSW */ false, Depth + 1); visitImpl() local
418 if (Value *NegOp = negate(Op, /* IsNSW */ false, Depth + 1)) { visitImpl() local