Lines Matching refs:getLength

188     int64_t Size = cast<ConstantInt>(MSI->getLength())->getZExtValue();  in addMemSet()
456 !isa<ConstantInt>(MSI->getLength())) in tryMergingIntoMemset()
857 if (isa<ConstantInt>(MSI->getLength()) && !MSI->isVolatile()) in processMemSet()
1073 if (MDep->getLength() != M->getLength()) { in processMemCpyMemCpyDependence()
1074 ConstantInt *MDepLen = dyn_cast<ConstantInt>(MDep->getLength()); in processMemCpyMemCpyDependence()
1075 ConstantInt *MLen = dyn_cast<ConstantInt>(M->getLength()); in processMemCpyMemCpyDependence()
1124 M->getLength(), M->isVolatile()); in processMemCpyMemCpyDependence()
1131 MDep->getSourceAlign(), M->getLength(), M->isVolatile()); in processMemCpyMemCpyDependence()
1135 M->getLength(), M->isVolatile()); in processMemCpyMemCpyDependence()
1199 Value *DestSize = MemSet->getLength(); in processMemSetMemCpyDependence()
1200 Value *SrcSize = MemCpy->getLength(); in processMemSetMemCpyDependence()
1331 Value *MemSetSize = MemSet->getLength(); in performMemCpyToMemSetOptzn()
1332 Value *CopySize = MemCpy->getLength(); in performMemCpyToMemSetOptzn()
1411 Builder.CreateMemSet(M->getRawDest(), ByteVal, M->getLength(), in processMemCpy()
1455 if (ConstantInt *CopySize = dyn_cast<ConstantInt>(M->getLength())) { in processMemCpy()
1494 if (hasUndefContentsMSSA(MSSA, AA, M->getSource(), MD, M->getLength())) { in processMemCpy()
1518 if (ConstantInt *CopySize = dyn_cast<ConstantInt>(M->getLength())) { in processMemCpy()
1544 if (hasUndefContents(SrcDepInfo.getInst(), M->getLength())) { in processMemCpy()
1580 M->getLength()->getType() }; in processMemMove()
1629 ConstantInt *C1 = dyn_cast<ConstantInt>(MDep->getLength()); in processByValArgument()