Searched refs:IndexL (Results 1 – 1 of 1) sorted by relevance
128 uint64_t IndexL = IndexLVal->getZExtValue(); in checkVLA() local132 if (IndexL == 0) in checkVLA()135 if (KnownSize <= SizeMax / IndexL) { in checkVLA()136 KnownSize *= IndexL; in checkVLA()