Lines Matching refs:TargetTy
560 LLT llvm::getLCMType(LLT OrigTy, LLT TargetTy) { in getLCMType() argument
562 const unsigned TargetSize = TargetTy.getSizeInBits(); in getLCMType()
570 if (TargetTy.isVector()) { in getLCMType()
571 const LLT TargetElt = TargetTy.getElementType(); in getLCMType()
575 TargetTy.getNumElements()); in getLCMType()
577 int Mul = OrigTy.getNumElements() * TargetTy.getNumElements(); in getLCMType()
589 if (TargetTy.isVector()) { in getLCMType()
600 return TargetTy; in getLCMType()
605 LLT llvm::getGCDType(LLT OrigTy, LLT TargetTy) { in getGCDType() argument
607 const unsigned TargetSize = TargetTy.getSizeInBits(); in getGCDType()
614 if (TargetTy.isVector()) { in getGCDType()
615 LLT TargetElt = TargetTy.getElementType(); in getGCDType()
618 TargetTy.getNumElements()); in getGCDType()
638 if (TargetTy.isVector()) { in getGCDType()
640 LLT TargetElt = TargetTy.getElementType(); in getGCDType()