Searched refs:CandidateFPU (Results 1 – 1 of 1) sorted by relevance
382 for (const ARM::FPUName &CandidateFPU : ARM::FPUNames) { in findDoublePrecisionFPU() local383 if (CandidateFPU.FPUVer == InputFPU.FPUVer && in findDoublePrecisionFPU()384 CandidateFPU.NeonSupport == InputFPU.NeonSupport && in findDoublePrecisionFPU()385 CandidateFPU.Restriction == ARM::FPURestriction::D16) { in findDoublePrecisionFPU()386 return CandidateFPU.ID; in findDoublePrecisionFPU()