Searched refs:deduceFunParamElementType (Results 1 – 1 of 1) sorted by relevance
143 Type *deduceFunParamElementType(Function *F, unsigned OpIdx);144 Type *deduceFunParamElementType(Function *F, unsigned OpIdx,1546 Type *SPIRVEmitIntrinsics::deduceFunParamElementType(Function *F, in deduceFunParamElementType() function in SPIRVEmitIntrinsics1549 return deduceFunParamElementType(F, OpIdx, FVisited); in deduceFunParamElementType()1552 Type *SPIRVEmitIntrinsics::deduceFunParamElementType( in deduceFunParamElementType() function in SPIRVEmitIntrinsics1601 if (Type *Ty = deduceFunParamElementType(Pair.first, Pair.second, FVisited)) in deduceFunParamElementType()1629 if (!ElemTy && (ElemTy = deduceFunParamElementType(F, OpIdx)) != nullptr) in processParamTypes()