Home
last modified time | relevance | path

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 DInstCombineNegator.cpp339 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 DInstCombineAddSub.cpp1992 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 DTargetLowering.cpp6017 SDValue NegOp1 = DAG.getNode(ISD::SUB, DL, ShVT, BitWidthC, Op1); in expandROT() local
H A DDAGCombiner.cpp6172 SDValue NegOp1 = Neg.getOperand(1); in matchRotateSub() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp7640 SDValue NegOp1 = DAG.getNode(ISD::SUB, DL, ShVT, Zero, Op1); in expandROT() local
H A DDAGCombiner.cpp7507 SDValue NegOp1 = Neg.getOperand(1); in matchRotateSub() local
/aosp_15_r20/external/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp3944 SDValue NegOp1 = Neg.getOperand(1); in matchRotateSub() local