Searched defs:LCM (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/MCA/
H A DSupport.cpp30 unsigned LCM = (Denominator * RHS.Denominator) / GCD; local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetSchedule.cpp58 unsigned LCM = (uint64_t(A) * B) / gcd(A, B); local
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp123 LocationContextMap LCM; member in class:__anon2334::PathDiagnosticConstruct

Completed in 103 milliseconds