Searched refs:KnownSize (Results 1 – 3 of 3) sorted by relevance
107 uint64_t KnownSize = 0; in checkVLA() local109 KnownSize = KV->getZExtValue(); in checkVLA()135 if (KnownSize <= SizeMax / IndexL) { in checkVLA()136 KnownSize *= IndexL; in checkVLA()143 KnownSize = 0; in checkVLA()
192 ConstantInt *KnownSize in processUse() local194 SI->replaceAllUsesWith(ConstantExpr::getIntegerCast(KnownSize, in processUse()216 ConstantInt *KnownSize = mdconst::extract<ConstantInt>(MD->getOperand(I)); in processUse() local218 ConstantExpr::getIntegerCast(KnownSize, in processUse()
1040 unsigned KnownSize = VT.getSizeInBits().getKnownMinValue(); in getLMUL() local1042 KnownSize *= 8; in getLMUL()1044 switch (KnownSize) { in getLMUL()