Home | History | Annotate | Download | only in InstCombine

Lines Matching full:numelements

116   Value *NumElements = // See if the array size is a decomposable linear expr.
127 Amt = NumElements;
131 Amt = AllocaBuilder.CreateMul(Amt, NumElements);