Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp11951 SDValue AbsOp1 = N->getOperand(0); in performABSCombine() local
11954 if (AbsOp1.getOpcode() != ISD::SUB) in performABSCombine()
11957 Op0 = AbsOp1.getOperand(0); in performABSCombine()
11958 Op1 = AbsOp1.getOperand(1); in performABSCombine()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp40203 SDValue AbsOp1 = Abs->getOperand(0); in detectZextAbsDiff() local
40204 if (AbsOp1.getOpcode() != ISD::SUB) in detectZextAbsDiff()
40207 Op0 = AbsOp1.getOperand(0); in detectZextAbsDiff()
40208 Op1 = AbsOp1.getOperand(1); in detectZextAbsDiff()