Home
last modified time | relevance | path

Searched defs:NegOp1 (Results 1 – 7 of 7) sorted by relevance

/external/llvm-project/llvm/lib/Transforms/InstCombine/
DInstCombineNegator.cpp301 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
DInstCombineAddSub.cpp1766 if (Value *NegOp1 = Negator::Negate(IsNegation, Op1, *this)) in visitSub() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp6017 SDValue NegOp1 = DAG.getNode(ISD::SUB, DL, ShVT, BitWidthC, Op1); in expandROT() local
DDAGCombiner.cpp6172 SDValue NegOp1 = Neg.getOperand(1); in matchRotateSub() local
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp6351 SDValue NegOp1 = DAG.getNode(ISD::SUB, DL, ShVT, Zero, Op1); in expandROT() local
DDAGCombiner.cpp6586 SDValue NegOp1 = Neg.getOperand(1); in matchRotateSub() local
/external/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp3944 SDValue NegOp1 = Neg.getOperand(1); in matchRotateSub() local