Home | History | Annotate | Download | only in X86

Lines Matching refs:Ty2

662     /// type Ty1 to type Ty2. e.g. On x86 it's free to truncate a i32 value in
664 virtual bool isTruncateFree(Type *Ty1, Type *Ty2) const;
667 virtual bool allowTruncateForTailCall(Type *Ty1, Type *Ty2) const;
670 /// value of type Ty1 implicit zero-extends the value to Ty2 in the result
673 /// virtual registers. Also, if isTruncateFree(Ty2, Ty1) is true, this
677 virtual bool isZExtFree(Type *Ty1, Type *Ty2) const;