Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUPrintfRuntimeBinding.cpp128 static StringRef getAsConstantStr(Value *V) { in getAsConstantStr() function
227 ArgSize = alignTo(getAsConstantStr(Arg).size() + 1, 4); in lowerPrintfForGpu()
360 StringRef S = getAsConstantStr(Arg); in lowerPrintfForGpu()