Searched defs:NegOp1 (Results 1 – 7 of 7) sorted by relevance
| /external/llvm-project/llvm/lib/Transforms/InstCombine/ |
| D | InstCombineNegator.cpp | 301 Value *NegOp1 = negate(I->getOperand(1), Depth + 1); in visitImpl() local 317 Value *NegOp1 = negate(I->getOperand(1), Depth + 1); in visitImpl() local 423 if (Value *NegOp1 = negate(Ops[1], Depth + 1)) { in visitImpl() local
|
| D | InstCombineAddSub.cpp | 1766 if (Value *NegOp1 = Negator::Negate(IsNegation, Op1, *this)) in visitSub() local
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
| D | TargetLowering.cpp | 6017 SDValue NegOp1 = DAG.getNode(ISD::SUB, DL, ShVT, BitWidthC, Op1); in expandROT() local
|
| D | DAGCombiner.cpp | 6172 SDValue NegOp1 = Neg.getOperand(1); in matchRotateSub() local
|
| /external/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| D | TargetLowering.cpp | 6351 SDValue NegOp1 = DAG.getNode(ISD::SUB, DL, ShVT, Zero, Op1); in expandROT() local
|
| D | DAGCombiner.cpp | 6586 SDValue NegOp1 = Neg.getOperand(1); in matchRotateSub() local
|
| /external/llvm/lib/CodeGen/SelectionDAG/ |
| D | DAGCombiner.cpp | 3944 SDValue NegOp1 = Neg.getOperand(1); in matchRotateSub() local
|