Home
last modified time | relevance | path

Searched refs:LCMSize (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
H A DUtils.cpp925 unsigned LCMSize = std::lcm(OrigSize, TargetSize); in getLCMType() local
926 return LLT::fixed_vector(LCMSize / OrigElt.getSizeInBits(), OrigElt); in getLCMType()
930 unsigned LCMSize = std::lcm(OrigSize, TargetSize); in getLCMType() local
931 return LLT::fixed_vector(LCMSize / OrigSize, OrigTy); in getLCMType()
934 unsigned LCMSize = std::lcm(OrigSize, TargetSize); in getLCMType() local
937 if (LCMSize == OrigSize) in getLCMType()
939 if (LCMSize == TargetSize) in getLCMType()
942 return LLT::scalar(LCMSize); in getLCMType()