Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULibFunc.cpp531 bool SignedInts) { in AMDGPUMangledLibFunc() argument
535 Leads[0] = Param::getFromTy(FT->getParamType(0), SignedInts); in AMDGPUMangledLibFunc()
537 Leads[1] = Param::getFromTy(FT->getParamType(1), SignedInts); in AMDGPUMangledLibFunc()
1108 AMDGPULibFunc::AMDGPULibFunc(EFuncId Id, FunctionType *FT, bool SignedInts) { in AMDGPULibFunc() argument
1109 Impl = std::make_unique<AMDGPUMangledLibFunc>(Id, FT, SignedInts); in AMDGPULibFunc()