Home | History | Annotate | Download | only in AArch64

Lines Matching defs:Is128Bit

1193   bool Is128Bit = VT.getSizeInBits() == 128;
1195 SDValue RegSeq = Is128Bit ? createQTuple(Regs) : createDTuple(Regs);
1211 bool Is128Bit = VT.getSizeInBits() == 128;
1213 SDValue RegSeq = Is128Bit ? createQTuple(Regs) : createDTuple(Regs);