Home | History | Annotate | Download | only in X86

Lines Matching refs:Ty2

687     /// type Ty1 to type Ty2. e.g. On x86 it's free to truncate a i32 value in
689 bool isTruncateFree(Type *Ty1, Type *Ty2) const override;
692 bool allowTruncateForTailCall(Type *Ty1, Type *Ty2) const override;
695 /// value of type Ty1 implicit zero-extends the value to Ty2 in the result
698 /// virtual registers. Also, if isTruncateFree(Ty2, Ty1) is true, this
702 bool isZExtFree(Type *Ty1, Type *Ty2) const override;