Home | History | Annotate | Download | only in MSP430

Lines Matching refs:isZExtFree

1178 bool MSP430TargetLowering::isZExtFree(Type *Ty1, Type *Ty2) const {
1183 bool MSP430TargetLowering::isZExtFree(EVT VT1, EVT VT2) const {
1188 bool MSP430TargetLowering::isZExtFree(SDValue Val, EVT VT2) const {
1189 return isZExtFree(Val.getValueType(), VT2);