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