Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp15954 static bool findEXTRHalf(SDValue N, SDValue &Src, uint32_t &ShiftAmount, in findEXTRHalf() function
15990 if (!findEXTRHalf(N->getOperand(0), LHS, ShiftLHS, LHSFromHi)) in tryCombineToEXTR()
15996 if (!findEXTRHalf(N->getOperand(1), RHS, ShiftRHS, RHSFromHi)) in tryCombineToEXTR()