Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVEmitIntrinsics.cpp156 Type *deduceFunParamElementType(Function *F, unsigned OpIdx);
157 Type *deduceFunParamElementType(Function *F, unsigned OpIdx,
2112 Type *SPIRVEmitIntrinsics::deduceFunParamElementType(Function *F, in deduceFunParamElementType() function in SPIRVEmitIntrinsics
2115 return deduceFunParamElementType(F, OpIdx, FVisited); in deduceFunParamElementType()
2118 Type *SPIRVEmitIntrinsics::deduceFunParamElementType( in deduceFunParamElementType() function in SPIRVEmitIntrinsics
2166 if (Type *Ty = deduceFunParamElementType(Pair.first, Pair.second, FVisited)) in deduceFunParamElementType()
2229 if (!ElemTy && (ElemTy = deduceFunParamElementType(F, OpIdx)) != nullptr) { in processParamTypes()