Home | History | Annotate | Download | only in Analysis

Lines Matching refs:SrcTy

3410   Type *SrcTy = V->getType();
3411 assert((SrcTy->isIntegerTy() || SrcTy->isPointerTy()) &&
3414 if (getTypeSizeInBits(SrcTy) == getTypeSizeInBits(Ty))
3416 if (getTypeSizeInBits(SrcTy) > getTypeSizeInBits(Ty))
3427 Type *SrcTy = V->getType();
3428 assert((SrcTy->isIntegerTy() || SrcTy->isPointerTy()) &&
3431 if (getTypeSizeInBits(SrcTy) == getTypeSizeInBits(Ty))
3433 if (getTypeSizeInBits(SrcTy) > getTypeSizeInBits(Ty))
3443 Type *SrcTy = V->getType();
3444 assert((SrcTy->isIntegerTy() || SrcTy->isPointerTy()) &&
3447 assert(getTypeSizeInBits(SrcTy) <= getTypeSizeInBits(Ty) &&
3449 if (getTypeSizeInBits(SrcTy) == getTypeSizeInBits(Ty))
3459 Type *SrcTy = V->getType();
3460 assert((SrcTy->isIntegerTy() || SrcTy->isPointerTy()) &&
3463 assert(getTypeSizeInBits(SrcTy) <= getTypeSizeInBits(Ty) &&
3465 if (getTypeSizeInBits(SrcTy) == getTypeSizeInBits(Ty))
3476 Type *SrcTy = V->getType();
3477 assert((SrcTy->isIntegerTy() || SrcTy->isPointerTy()) &&
3480 assert(getTypeSizeInBits(SrcTy) <= getTypeSizeInBits(Ty) &&
3482 if (getTypeSizeInBits(SrcTy) == getTypeSizeInBits(Ty))
3491 Type *SrcTy = V->getType();
3492 assert((SrcTy->isIntegerTy() || SrcTy->isPointerTy()) &&
3495 assert(getTypeSizeInBits(SrcTy) >= getTypeSizeInBits(Ty) &&
3497 if (getTypeSizeInBits(SrcTy) == getTypeSizeInBits(Ty))