Home | History | Annotate | Download | only in Scalar

Lines Matching full:sizec

1289     ConstantInt *SizeC = dyn_cast<ConstantInt>(CI->getArgOperand(1));
1291 if (!SizeC || !CountC) return 0;
1292 uint64_t Bytes = SizeC->getZExtValue()*CountC->getZExtValue();