Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVGlobalRegistry.h208 Type *getDeducedGlobalValueType(const GlobalValue *Global) { in getDeducedGlobalValueType() function
H A DSPIRVPreLegalizer.cpp312 Type *ElementTy = toTypedPointer(GR->getDeducedGlobalValueType(Global)); in propagateSPIRVType()
H A DSPIRVInstructionSelector.cpp3871 Type *GVType = toTypedPointer(GR.getDeducedGlobalValueType(GV)); in selectGlobalValue()