Lines Matching defs:isZExtFree
16585 bool AArch64TargetLowering::isZExtFree(Type *Ty1, Type *Ty2) const {16592 bool AArch64TargetLowering::isZExtFree(EVT VT1, EVT VT2) const {16600 bool AArch64TargetLowering::isZExtFree(SDValue Val, EVT VT2) const {16602 if (isZExtFree(VT1, VT2)) {