Home | History | Annotate | Download | only in Scalar

Lines Matching refs:SizeCst

897   ConstantInt *SizeCst = dyn_cast<ConstantInt>(MI->getLength());
898 if (SizeCst == 0) return -1;
899 uint64_t MemSizeInBits = SizeCst->getZExtValue()*8;