Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVVMReflect.cpp160 auto *ConstantStr = in handleReflectFunction() local
162 if (!ConstantStr) in handleReflectFunction()
164 if (!ConstantStr->isCString()) in handleReflectFunction()
168 StringRef ReflectArg = ConstantStr->getAsString().drop_back(); in handleReflectFunction()