Home | History | Annotate | Download | only in X86

Lines Matching refs:Ty1

625     /// type Ty1 to type Ty2. e.g. On x86 it's free to truncate a i32 value in
627 virtual bool isTruncateFree(Type *Ty1, Type *Ty2) const;
631 /// value of type Ty1 implicit zero-extends the value to Ty2 in the result
634 /// virtual registers. Also, if isTruncateFree(Ty2, Ty1) is true, this
638 virtual bool isZExtFree(Type *Ty1, Type *Ty2) const;