Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DUtils.cpp1084 const LLT TargetElt = TargetTy.getElementType(); in getLCMType() local
1086 if (OrigElt.getSizeInBits() == TargetElt.getSizeInBits()) { in getLCMType()
1144 LLT TargetElt = TargetTy.getElementType(); in getGCDType() local
1145 if (OrigElt.getSizeInBits() == TargetElt.getSizeInBits()) { in getGCDType()
1168 LLT TargetElt = TargetTy.getElementType(); in getGCDType() local
1169 if (TargetElt.getSizeInBits() == OrigSize) in getGCDType()