Searched refs:CandidateFPU (Results 1 – 1 of 1) sorted by relevance
477 for (const ARM::FPUName &CandidateFPU : ARM::FPUNames) { in findDoublePrecisionFPU() local478 if (CandidateFPU.FPUVer == InputFPU.FPUVer && in findDoublePrecisionFPU()479 CandidateFPU.NeonSupport == InputFPU.NeonSupport && in findDoublePrecisionFPU()480 CandidateFPU.Restriction == ARM::FPURestriction::D16) { in findDoublePrecisionFPU()481 return CandidateFPU.ID; in findDoublePrecisionFPU()