Lines Matching refs:TargetTy
772 LLT llvm::getLCMType(LLT OrigTy, LLT TargetTy) { in getLCMType() argument
774 const unsigned TargetSize = TargetTy.getSizeInBits(); in getLCMType()
782 if (TargetTy.isVector()) { in getLCMType()
783 const LLT TargetElt = TargetTy.getElementType(); in getLCMType()
787 TargetTy.getNumElements()); in getLCMType()
789 ElementCount Mul = OrigTy.getElementCount() * TargetTy.getNumElements(); in getLCMType()
802 if (TargetTy.isVector()) { in getLCMType()
813 return TargetTy; in getLCMType()
818 LLT llvm::getGCDType(LLT OrigTy, LLT TargetTy) { in getGCDType() argument
820 const unsigned TargetSize = TargetTy.getSizeInBits(); in getGCDType()
827 if (TargetTy.isVector()) { in getGCDType()
828 LLT TargetElt = TargetTy.getElementType(); in getGCDType()
831 TargetTy.getNumElements()); in getGCDType()
851 if (TargetTy.isVector()) { in getGCDType()
853 LLT TargetElt = TargetTy.getElementType(); in getGCDType()