Home | History | Annotate | Download | only in AArch64

Lines Matching refs:isZExtFree

6096 bool AArch64TargetLowering::isZExtFree(Type *Ty1, Type *Ty2) const {
6103 bool AArch64TargetLowering::isZExtFree(EVT VT1, EVT VT2) const {
6111 bool AArch64TargetLowering::isZExtFree(SDValue Val, EVT VT2) const {
6113 if (isZExtFree(VT1, VT2)) {