Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:NumElements

117   Value *NumElements = // See if the array size is a decomposable linear expr.
128 Amt = NumElements;
132 Amt = AllocaBuilder.CreateMul(Amt, NumElements);