Searched refs:IsMemCpy (Results 1 – 2 of 2) sorted by relevance
1235 bool IsMemCpy = isa<MemCpyInst>(TheStore); in processLoopStoreOfLoopLoad() local1236 const StringRef InstRemark = IsMemCpy ? "memcpy" : "load and store"; in processLoopStoreOfLoopLoad()1265 if (IsMemCpy) in processLoopStoreOfLoopLoad()
3460 bool IsMemCpy = (II->getIntrinsicID() == Intrinsic::memcpy); in fastLowerIntrinsicCall() local3461 if (isa<ConstantInt>(MTI->getLength()) && IsMemCpy) { in fastLowerIntrinsicCall()