Searched refs:SignedInts (Results 1 – 2 of 2) sorted by relevance
371 explicit AMDGPULibFunc(EFuncId Id, FunctionType *FT, bool SignedInts);427 bool SignedInts = true);
531 bool SignedInts) { in AMDGPUMangledLibFunc() argument535 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() argument1109 Impl = std::make_unique<AMDGPUMangledLibFunc>(Id, FT, SignedInts); in AMDGPULibFunc()