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.cpp143 Type *deduceFunParamElementType(Function *F, unsigned OpIdx);
144 Type *deduceFunParamElementType(Function *F, unsigned OpIdx,
1546 Type *SPIRVEmitIntrinsics::deduceFunParamElementType(Function *F, in deduceFunParamElementType() function in SPIRVEmitIntrinsics
1549 return deduceFunParamElementType(F, OpIdx, FVisited); in deduceFunParamElementType()
1552 Type *SPIRVEmitIntrinsics::deduceFunParamElementType( in deduceFunParamElementType() function in SPIRVEmitIntrinsics
1601 if (Type *Ty = deduceFunParamElementType(Pair.first, Pair.second, FVisited)) in deduceFunParamElementType()
1629 if (!ElemTy && (ElemTy = deduceFunParamElementType(F, OpIdx)) != nullptr) in processParamTypes()