Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/
H A DDXILOpBuilder.h39 Type *getOverloadTy(dxil::OpCode OpCode, FunctionType *FT);
H A DDXILOpLowering.cpp78 Type *OverloadTy = DXILB.getOverloadTy(DXILOp, F.getFunctionType()); in lowerIntrinsic()
H A DDXILOpBuilder.cpp279 Type *DXILOpBuilder::getOverloadTy(dxil::OpCode OpCode, FunctionType *FT) { in getOverloadTy() function in llvm::dxil::DXILOpBuilder