Searched defs:NegOp1 (Results 1 – 4 of 4) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineNegator.cpp | 335 Value *NegOp1 = negate(I->getOperand(1), IsNSW, Depth + 1); visitImpl() local 351 Value *NegOp1 = negate(I->getOperand(1), IsNSW, Depth + 1); visitImpl() local 460 if (Value *NegOp1 = negate(Ops[1], /* IsNSW */ false, Depth + 1)) { visitImpl() local
|
H A D | InstCombineAddSub.cpp | 2205 if (Value *NegOp1 = Negator::Negate(IsNegation, /* IsNSW */ IsNegation && visitSub() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | TargetLowering.cpp | 7958 SDValue NegOp1 = DAG.getNode(ISD::SUB, DL, ShVT, Zero, Op1); expandROT() local
|
H A D | DAGCombiner.cpp | 8237 SDValue NegOp1 = Neg.getOperand(1); matchRotateSub() local [all...] |