Lines Matching defs:CstTy
3719 Type *CstTy = Cst->getType();
3720 if ((NumElts * BitWidth) == CstTy->getPrimitiveSizeInBits() &&
3724 if (CstTy->isVectorTy()) {
3727 CstTy = Cst->getType();
3731 if (CstTy->isVectorTy() && BitWidth == CstTy->getScalarSizeInBits()) {
3756 } else if (BitWidth == CstTy->getPrimitiveSizeInBits()) {
5062 Type *CstTy = Cst->getType();
5063 if (CstTy->isVectorTy() && !VT.isScalableVector() &&
5064 (NumElts * VTBits) == CstTy->getPrimitiveSizeInBits() &&
5065 VTBits == CstTy->getScalarSizeInBits()) {