Home | History | Annotate | Download | only in Scalar

Lines Matching refs:Len

544       ConstantInt *Len = dyn_cast<ConstantInt>(MSI->getLength());
545 if (!Len)
552 if (Len->getZExtValue() != AllocaSize || Offset != 0)
566 ConstantInt *Len = dyn_cast<ConstantInt>(MTI->getLength());
567 if (Len == 0 || Len->getZExtValue() != AllocaSize || Offset != 0)