Home
last modified time | relevance | path

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

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