Searched defs:LCM (Results 1 – 7 of 7) sorted by relevance
30 unsigned LCM = (Denominator * RHS.Denominator) / GCD; in operator +=() local
31 unsigned LCM = (Denominator * RHS.Denominator) / GCD; in operator +=() local
120 uint32_t LCM = CompressHeight * ((CompressHeight % 2) ? 4 : 2); in FillTex2D() local
48 unsigned LCM = (uint64_t(A) * B) / gcd(A, B); in lcm() local
157 LocationContextMap &LCM) { in removeUnneededCalls()558 LocationContextMap &LCM, in GenerateMinimalPathDiagnostic()1389 LocationContextMap &LCM, in GenerateExtensivePathDiagnostic()1629 LocationContextMap &LCM, in GenerateAlternateExtensivePathDiagnostic()2319 LocationContextMap &LCM) { in optimizeEdges()2504 LocationContextMap &LCM, in dropFunctionEntryEdge()3110 LocationContextMap LCM; in generatePathDiagnostic() local
58 unsigned LCM = (uint64_t(A) * B) / gcd(A, B); in lcm() local
1223 LLVMOrcLazyCallThroughManagerRef LCM) { in LLVMOrcDisposeLazyCallThroughManager()