Home | History | Annotate | Download | only in AArch64

Lines Matching refs:OpSize

220 /// and of size \p OpSize.
223 unsigned OpSize) {
226 if (OpSize == 32) {
237 } else if (OpSize == 64) {
253 switch (OpSize) {
290 /// size \p OpSize. This returns the variant with the base+unsigned-immediate
294 unsigned OpSize) {
298 switch (OpSize) {
310 switch (OpSize) {
1119 const unsigned OpSize = Ty.getSizeInBits();
1124 const unsigned NewOpc = selectBinaryOp(I.getOpcode(), RB.getID(), OpSize);