Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMFastISel.cpp2529 bool isMemCpy = (I.getIntrinsicID() == Intrinsic::memcpy); in SelectIntrinsicCall() local
2530 if (isa<ConstantInt>(MTI.getLength()) && isMemCpy) { in SelectIntrinsicCall()