Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/SPIRV/
HDSPIRVGlobalRegistry.h198 Type *getDeducedGlobalValueType(const GlobalValue *Global) { in getDeducedGlobalValueType() function
HDSPIRVPreLegalizer.cpp244 Type *ElementTy = toTypedPointer(GR->getDeducedGlobalValueType(Global)); in propagateSPIRVType()
HDSPIRVInstructionSelector.cpp2193 Type *GVType = toTypedPointer(GR.getDeducedGlobalValueType(GV)); in selectGlobalValue()