Lines Matching refs:FVTy
159 auto *FVTy = dyn_cast<FixedVectorType>(V->getType()); in computeKnownBits() local
161 FVTy ? APInt::getAllOnes(FVTy->getNumElements()) : APInt(1, 1); in computeKnownBits()
316 auto *FVTy = dyn_cast<FixedVectorType>(V1->getType()); in isKnownNonEqual() local
318 FVTy ? APInt::getAllOnes(FVTy->getNumElements()) : APInt(1, 1); in isKnownNonEqual()
336 auto *FVTy = dyn_cast<FixedVectorType>(V->getType()); in ComputeNumSignBits() local
338 FVTy ? APInt::getAllOnes(FVTy->getNumElements()) : APInt(1, 1); in ComputeNumSignBits()
1000 auto *FVTy = dyn_cast<FixedVectorType>(I->getType()); in analyzeKnownBitsFromAndXorOr() local
1002 FVTy ? APInt::getAllOnes(FVTy->getNumElements()) : APInt(1, 1); in analyzeKnownBitsFromAndXorOr()
2038 if (auto *FVTy = dyn_cast<FixedVectorType>(Ty)) { in computeKnownBits() local
2040 FVTy->getNumElements() == DemandedElts.getBitWidth() && in computeKnownBits()
3215 if (auto *FVTy = dyn_cast<FixedVectorType>(Ty)) { in isKnownNonZero() local
3217 FVTy->getNumElements() == DemandedElts.getBitWidth() && in isKnownNonZero()
3305 auto *FVTy = dyn_cast<FixedVectorType>(V->getType()); in isKnownNonZero() local
3307 FVTy ? APInt::getAllOnes(FVTy->getNumElements()) : APInt(1, 1); in isKnownNonZero()
3768 if (auto *FVTy = dyn_cast<FixedVectorType>(Ty)) { in ComputeNumSignBitsImpl() local
3770 FVTy->getNumElements() == DemandedElts.getBitWidth() && in ComputeNumSignBitsImpl()
4851 auto *FVTy = dyn_cast<FixedVectorType>(V->getType()); in computeKnownFPClass() local
4853 FVTy ? APInt::getAllOnes(FVTy->getNumElements()) : APInt(1, 1); in computeKnownFPClass()
7217 if (auto *FVTy = dyn_cast<FixedVectorType>(C->getType())) { in shiftAmountKnownInRange() local
7218 unsigned NumElts = FVTy->getNumElements(); in shiftAmountKnownInRange()