Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVPrepareFunctions.cpp158 static std::string getAnnotation(Value *AnnoVal, Value *OptAnnoVal) { in getAnnotation() argument
161 if (auto *Ref = dyn_cast_or_null<BitCastInst>(OptAnnoVal)) in getAnnotation()
162 OptAnnoVal = Ref->getOperand(0); in getAnnotation()
172 if (auto *C = dyn_cast_or_null<Constant>(OptAnnoVal); in getAnnotation()