Home | History | Annotate | Download | only in Scalar

Lines Matching refs:MSI

535     if (MemSetInst *MSI = dyn_cast<MemSetInst>(User)) {
540 if (!isa<ConstantInt>(MSI->getValue()))
544 ConstantInt *Len = dyn_cast<ConstantInt>(MSI->getLength());
655 if (MemSetInst *MSI = dyn_cast<MemSetInst>(User)) {
656 assert(MSI->getRawDest() == Ptr && "Consistency error!");
658 int64_t SNumBytes = cast<ConstantInt>(MSI->getLength())->getSExtValue();
661 unsigned Val = cast<ConstantInt>(MSI->getValue())->getZExtValue();
682 MSI->eraseFromParent();