Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVGlobalRegistry.h264 bool hasConstFunPtr() { return !InstrToFunction.empty(); } in hasConstFunPtr() function
H A DSPIRVModuleAnalysis.cpp302 if (GR->hasConstFunPtr() && Opcode == SPIRV::OpUndef) { in isDeclSection()