Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp3425 uint64_t NCopy; in emitSnPrintfMemCpy() local
3429 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()