Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
H A DUtils.cpp770 const LLT TargetElt = TargetTy.getElementType(); in getLCMType() local
772 if (OrigElt.getSizeInBits() == TargetElt.getSizeInBits()) { in getLCMType()
814 LLT TargetElt = TargetTy.getElementType(); in getGCDType() local
815 if (OrigElt.getSizeInBits() == TargetElt.getSizeInBits()) { in getGCDType()
839 LLT TargetElt = TargetTy.getElementType(); in getGCDType() local
840 if (TargetElt.getSizeInBits() == OrigSize) in getGCDType()