Searched refs:OptAnnoVal (Results 1 – 1 of 1) sorted by relevance
158 static std::string getAnnotation(Value *AnnoVal, Value *OptAnnoVal) { in getAnnotation() argument161 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()