Home
last modified time | relevance | path

Searched refs:IsMemCpy (Results 1 – 1 of 1) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp3486 bool IsMemCpy = (II->getIntrinsicID() == Intrinsic::memcpy); in fastLowerIntrinsicCall() local
3487 if (isa<ConstantInt>(MTI->getLength()) && IsMemCpy) { in fastLowerIntrinsicCall()