Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:Len

167   uint64_t Len = LenC->getLimitedValue();
169 assert(Len && "0-sized memory setting should be removed already.");
172 if (Len <= 8 && isPowerOf2_32((uint32_t)Len)) {
173 Type *ITy = IntegerType::get(MI->getContext(), Len*8); // n=1 -> i8.