Searched refs:IsMemCpy (Results 1 – 2 of 2) sorted by relevance
1239 bool IsMemCpy) const { in loadAndStoreMayFormMemmove()1240 if (IsMemCpy) { in loadAndStoreMayFormMemmove()1333 bool IsMemCpy = isa<MemCpyInst>(TheStore); in processLoopStoreOfLoopLoad() local1334 const StringRef InstRemark = IsMemCpy ? "memcpy" : "load and store"; in processLoopStoreOfLoopLoad()1377 if (IsMemCpy && !Verifier.IsSameObject) in processLoopStoreOfLoopLoad()1392 bool UseMemMove = IsMemCpy ? Verifier.IsSameObject : LoopAccessStore; in processLoopStoreOfLoopLoad()1416 IsMemCpy)) in processLoopStoreOfLoopLoad()
3492 bool IsMemCpy = (II->getIntrinsicID() == Intrinsic::memcpy); in fastLowerIntrinsicCall() local3493 if (isa<ConstantInt>(MTI->getLength()) && IsMemCpy) { in fastLowerIntrinsicCall()