Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DAMDGPUEmitPrintf.cpp228 Value *LenWithNull = nullptr; in callBufferedPrintfStart() local
238 LenWithNull = getStrlenWithNull(Builder, Fmt); in callBufferedPrintfStart()
241 TempAdd = Builder.CreateAdd(LenWithNull, in callBufferedPrintfStart()
242 ConstantInt::get(LenWithNull->getType(), 7U)); in callBufferedPrintfStart()
244 TempAdd, ConstantInt::get(LenWithNull->getType(), ~7U)); in callBufferedPrintfStart()
247 StringData(StringRef(), LenWithNull, NonConstStrLen, false)); in callBufferedPrintfStart()
260 LenWithNull = getStrlenWithNull(Builder, Args[i]); in callBufferedPrintfStart()
264 LenWithNull, ConstantInt::get(LenWithNull->getType(), 7U)); in callBufferedPrintfStart()
266 TempAdd, ConstantInt::get(LenWithNull->getType(), ~7U)); in callBufferedPrintfStart()
276 StringData(StringRef(), LenWithNull, LenWithNullAligned, false)); in callBufferedPrintfStart()