Home
last modified time | relevance | path

Searched refs:AbsOp1 (Results 1 – 1 of 1) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp36699 SDValue AbsOp1 = Abs->getOperand(0); in detectZextAbsDiff() local
36700 if (AbsOp1.getOpcode() != ISD::SUB) in detectZextAbsDiff()
36703 Op0 = AbsOp1.getOperand(0); in detectZextAbsDiff()
36704 Op1 = AbsOp1.getOperand(1); in detectZextAbsDiff()