Home | History | Annotate | Download | only in Scalar

Lines Matching refs:FromType

774   Type *FromType = FromVal->getType();
775 if (FromType == ToType && Offset == 0)
780 if (VectorType *VTy = dyn_cast<VectorType>(FromType)) {
781 unsigned FromTypeSize = DL.getTypeAllocSize(FromType);