Searched refs:IndexL (Results 1 – 1 of 1) sorted by relevance
126 uint64_t IndexL = IndexLVal->getZExtValue(); in checkVLA() local130 if (IndexL == 0) in checkVLA()133 if (KnownSize <= SizeMax / IndexL) { in checkVLA()134 KnownSize *= IndexL; in checkVLA()