Home | History | Annotate | Download | only in ARM

Lines Matching refs:LoopSize

6981   unsigned LoopSize = SizeVal - BytesLeft;
6989 for (unsigned i = 0; i < LoopSize; i+=UnitSize) {
7053 if ((LoopSize & 0xFFFF0000) != 0)
7056 .addImm(LoopSize & 0xFFFF));
7058 if ((LoopSize & 0xFFFF0000) != 0)
7060 .addReg(Vtmp).addImm(LoopSize >> 16));
7064 const Constant *C = ConstantInt::get(Int32Ty, LoopSize);