Searched refs:AMemSet (Results 1 – 1 of 1) sorted by relevance
461 Instruction *AMemSet = nullptr; in tryMergingIntoMemset() local473 AMemSet = Builder.CreateMemSet(StartPtr, ByteVal, Range.End - Range.Start, in tryMergingIntoMemset()475 AMemSet->mergeDIAssignID(Range.TheStores); in tryMergingIntoMemset()480 dbgs() << "With: " << *AMemSet << '\n'); in tryMergingIntoMemset()482 AMemSet->setDebugLoc(Range.TheStores[0]->getDebugLoc()); in tryMergingIntoMemset()487 AMemSet, nullptr, MemInsertPoint) in tryMergingIntoMemset()489 AMemSet, nullptr, MemInsertPoint)); in tryMergingIntoMemset()500 return AMemSet; in tryMergingIntoMemset()