Searched refs:ASize (Results 1 – 4 of 4) sorted by relevance
603 uint64_t ASize = C.getTypeSize(A); in integerTypeMatch() local605 if (std::max(ASize, IntSize) != std::max(BSize, IntSize)) in integerTypeMatch()609 if (ASize != BSize) in integerTypeMatch()
537 auto ASize = std::tuple(A.isScalableVector(), A.getScalarSizeInBits(), in EnforceSmallerThan() local541 return ASize < BSize; in EnforceSmallerThan()
6126 unsigned ASize = cast<IntegerType>(A->getType())->getPrimitiveSizeInBits(); in foldICmpEquality() local6128 if (ShAmt < ASize) { in foldICmpEquality()6130 APInt::getLowBitsSet(ASize, Op0->getType()->getPrimitiveSizeInBits()); in foldICmpEquality()6133 APInt CmpV = Cst1->getValue().zext(ASize); in foldICmpEquality()
8169 TypeSize ASize = ExtOpTypes[0]->getPrimitiveSizeInBits(); in getScaledReductions() local8170 if (!PHISize.hasKnownScalarFactor(ASize)) in getScaledReductions()8172 unsigned TargetScaleFactor = PHISize.getKnownScalarFactor(ASize); in getScaledReductions()