Home | History | Annotate | Download | only in X86

Lines Matching refs:isZExtFree

16755 bool X86TargetLowering::isZExtFree(Type *Ty1, Type *Ty2) const {
16760 bool X86TargetLowering::isZExtFree(EVT VT1, EVT VT2) const {
16765 bool X86TargetLowering::isZExtFree(SDValue Val, EVT VT2) const {
16767 if (isZExtFree(VT1, VT2))