Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVVMReflect.cpp168 StringRef ReflectArg = ConstantStr->getAsString().drop_back(); in handleReflectFunction() local
169 if (ReflectArg.empty()) in handleReflectFunction()
174 if (ReflectMap.contains(ReflectArg)) in handleReflectFunction()
175 ReflectVal = ReflectMap[ReflectArg]; in handleReflectFunction()
178 << "(" << ReflectArg << ") with value " << ReflectVal in handleReflectFunction()