Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DAMDGPUEmitPrintf.cpp379 auto StrIt = StringContents.begin(); in callBufferedPrintfArgPush() local
384 if (StrIt->IsConst) { in callBufferedPrintfArgPush()
385 processConstantStringArg(StrIt, Builder, WhatToStore); in callBufferedPrintfArgPush()
386 StrIt++; in callBufferedPrintfArgPush()
395 StrIt->RealSize); in callBufferedPrintfArgPush()
399 {StrIt->AlignedSize}, "PrintBuffNextPtr"); in callBufferedPrintfArgPush()
404 StrIt++; in callBufferedPrintfArgPush()