Searched refs:ShType (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Target/AArch64/
H A DAArch64ISelDAGToDAG.cpp320 AArch64_AM::ShiftExtendType ShType = getShiftTypeForNode(N); local
321 if (ShType == AArch64_AM::InvalidShiftExtend)
323 if (!AllowROR && ShType == AArch64_AM::ROR)
329 unsigned ShVal = AArch64_AM::getShifterImm(ShType, Val);

Completed in 85 milliseconds