Searched refs:LCM (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/MCA/
H A DSupport.cpp30 unsigned LCM = (Denominator * RHS.Denominator) / GCD; local
31 unsigned LHSNumerator = Numerator * (LCM / Denominator);
32 unsigned RHSNumerator = RHS.Numerator * (LCM / RHS.Denominator);
34 Denominator = LCM;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetSchedule.cpp58 unsigned LCM = (uint64_t(A) * B) / gcd(A, B); local
59 assert((LCM >= A && LCM >= B) && "LCM overflow");
60 return LCM;
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp120 LocationContextMap LCM; member in class:__anon867::PathDiagnosticConstruct
149 return LCM.find(&PD->getActivePath())->getSecond();
173 LCM[Path] = LC;
177 assert(LCM.count(Path) &&
179 return LCM.find(Path)->getSecond();
182 bool isInLocCtxMap(const PathPieces *Path) const { return LCM.count(Path); }
1972 LCM[&PD->getActivePath()] = ErrorNode->getLocationContext();
/freebsd-11-stable/sys/dev/usb/quirk/
H A Dusb_quirk.c83 USB_QUIRK(ASUS, LCM, 0x0000, 0xffff, UQ_HID_IGNORE),

Completed in 116 milliseconds