Searched refs:isMemCpy (Results 1 – 1 of 1) sorted by relevance
2529 bool isMemCpy = (I.getIntrinsicID() == Intrinsic::memcpy); in SelectIntrinsicCall() local2530 if (isa<ConstantInt>(MTI.getLength()) && isMemCpy) { in SelectIntrinsicCall()