Searched refs:deduceFunParamElementType (Results 1 – 1 of 1) sorted by relevance
156 Type *deduceFunParamElementType(Function *F, unsigned OpIdx);157 Type *deduceFunParamElementType(Function *F, unsigned OpIdx,2112 Type *SPIRVEmitIntrinsics::deduceFunParamElementType(Function *F, in deduceFunParamElementType() function in SPIRVEmitIntrinsics2115 return deduceFunParamElementType(F, OpIdx, FVisited); in deduceFunParamElementType()2118 Type *SPIRVEmitIntrinsics::deduceFunParamElementType( in deduceFunParamElementType() function in SPIRVEmitIntrinsics2166 if (Type *Ty = deduceFunParamElementType(Pair.first, Pair.second, FVisited)) in deduceFunParamElementType()2229 if (!ElemTy && (ElemTy = deduceFunParamElementType(F, OpIdx)) != nullptr) { in processParamTypes()