Searched refs:IsMemCpy (Results 1 – 2 of 2) sorted by relevance
1205 bool IsMemCpy) const { in loadAndStoreMayFormMemmove()1206 if (IsMemCpy) { in loadAndStoreMayFormMemmove()1299 bool IsMemCpy = isa<MemCpyInst>(TheStore); in processLoopStoreOfLoopLoad() local1300 const StringRef InstRemark = IsMemCpy ? "memcpy" : "load and store"; in processLoopStoreOfLoopLoad()1343 if (IsMemCpy && !Verifier.IsSameObject) in processLoopStoreOfLoopLoad()1357 bool UseMemMove = IsMemCpy ? Verifier.IsSameObject : LoopAccessStore; in processLoopStoreOfLoopLoad()1360 IsMemCpy)) in processLoopStoreOfLoopLoad()
3484 bool IsMemCpy = (II->getIntrinsicID() == Intrinsic::memcpy); in fastLowerIntrinsicCall() local3485 if (isa<ConstantInt>(MTI->getLength()) && IsMemCpy) { in fastLowerIntrinsicCall()