Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AArch64/
DAArch64ISelDAGToDAG.cpp1814 unsigned UBFMOpc = BitWidth == 32 ? AArch64::UBFMWri : AArch64::UBFMXri; in getLeftShift() local
1820 UBFMOpc, SDLoc(Op), VT, Op, in getLeftShift()
1828 UBFMOpc, SDLoc(Op), VT, Op, CurDAG->getTargetConstant(ShrAmount, VT), in getLeftShift()