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