Lines Matching defs:isZExtFree
15787 bool AArch64TargetLowering::isZExtFree(Type *Ty1, Type *Ty2) const {15794 bool AArch64TargetLowering::isZExtFree(EVT VT1, EVT VT2) const {15802 bool AArch64TargetLowering::isZExtFree(SDValue Val, EVT VT2) const {15804 if (isZExtFree(VT1, VT2)) {