Home
last modified time | relevance | path

Searched defs:LCM (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/MCA/
H A DSupport.cpp31 unsigned LCM = (Denominator * RHS.Denominator) / GCD; in operator +=() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DUtils.cpp1192 unsigned LCM = std::lcm(OrigTy.getSizeInBits().getKnownMinValue(), in getLCMType() local
1212 unsigned LCM = std::lcm(EltTy.getSizeInBits().getFixedValue() * in getLCMType() local
1222 unsigned LCM = std::lcm(OrigTy.getSizeInBits().getFixedValue(), in getLCMType() local
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DOrcV2CBindings.cpp1179 LLVMOrcLazyCallThroughManagerRef LCM) { in LLVMOrcDisposeLazyCallThroughManager()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp134 LocationContextMap LCM; member in __anon2f4a13600111::PathDiagnosticConstruct