Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DAMDGPUEmitPrintf.cpp230 Value *TempAdd = nullptr; in callBufferedPrintfStart() local
241 TempAdd = Builder.CreateAdd(LenWithNull, in callBufferedPrintfStart()
244 TempAdd, ConstantInt::get(LenWithNull->getType(), ~7U)); in callBufferedPrintfStart()
263 TempAdd = Builder.CreateAdd( in callBufferedPrintfStart()
266 TempAdd, ConstantInt::get(LenWithNull->getType(), ~7U)); in callBufferedPrintfStart()