Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVAsmPrinter.cpp530 Value *AnnotatedVar = CS->getOperand(0)->stripPointerCasts(); in outputAnnotations() local
531 if (!isa<Function>(AnnotatedVar)) in outputAnnotations()
533 Function *Func = cast<Function>(AnnotatedVar); in outputAnnotations()
538 AnnotatedVar->print(OS); in outputAnnotations()
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyAsmPrinter.cpp573 Value *AnnotatedVar = CS->getOperand(0)->stripPointerCasts(); in EmitFunctionAttributes() local
575 if (!isa<Function>(AnnotatedVar)) in EmitFunctionAttributes()
577 auto *F = cast<Function>(AnnotatedVar); in EmitFunctionAttributes()