Home | History | Annotate | Download | only in X86

Lines Matching refs:isZExtFree

694     /// isZExtFree - Return true if any actual instruction that defines a
702 bool isZExtFree(Type *Ty1, Type *Ty2) const override;
703 bool isZExtFree(EVT VT1, EVT VT2) const override;
704 bool isZExtFree(SDValue Val, EVT VT2) const override;