Home
last modified time | relevance | path

Searched defs:NegOp0 (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/InstCombine/
H A DInstCombineNegator.cpp352 Value *NegOp0 = negate(I->getOperand(0), Depth + 1); in visitImpl() local
392 if (Value *NegOp0 = negate(I->getOperand(0), Depth + 1)) in visitImpl() local
464 } else if (Value *NegOp0 = negate(Ops[0], Depth + 1)) { in visitImpl() local
H A DInstCombineMulDivRem.cpp258 if (Value *NegOp0 = Negator::Negate(/*IsNegation*/ true, Op0, *this)) in visitMul() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp51937 if (SDValue NegOp0 = isFNEG(DAG, Op.getOperand(0).getNode(), Depth + 1)) in isFNEG() local
52146 if (SDValue NegOp0 = in getNegatedExpression() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp42464 if (SDValue NegOp0 = isFNEG(DAG, Op.getOperand(0).getNode(), Depth + 1)) in isFNEG() local