Searched defs:NegOp0 (Results 1 – 3 of 3) sorted by relevance
/llvm-project/llvm/lib/Transforms/InstCombine/ | ||
H A D | InstCombineNegator.cpp | 349 Value *NegOp0 = negate(I->getOperand(0), IsNSW, Depth + 1); visitImpl() local |
H A D | InstCombineMulDivRem.cpp | 263 if (Value *NegOp0 = visitMul() local |
/llvm-project/llvm/lib/Target/X86/ | ||
H A D | X86ISelLowering.cpp | 52576 if (SDValue NegOp0 = isFNEG(DAG, Op.getOperand(0).getNode(), Depth + 1)) isFNEG() local |