Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:NumElements

110   Value *NumElements = // See if the array size is a decomposable linear expr.
121 Amt = NumElements;
125 Amt = AllocaBuilder.CreateMul(Amt, NumElements);