Searched refs:NCopy (Results 1 – 1 of 1) sorted by relevance
3425 uint64_t NCopy; in emitSnPrintfMemCpy() local3429 NCopy = Str.size() + 1; in emitSnPrintfMemCpy()3431 NCopy = N - 1; in emitSnPrintfMemCpy()3434 if (NCopy && StrArg) in emitSnPrintfMemCpy()3440 ConstantInt::get(DL.getIntPtrType(CI->getContext()), NCopy))); in emitSnPrintfMemCpy()3449 Value *NulOff = B.getIntN(IntBits, NCopy); in emitSnPrintfMemCpy()