Home | History | Annotate | Download | only in ARM

Lines Matching refs:ExtVal

10730 bool ARMTargetLowering::isVectorLoadExtDesirable(SDValue ExtVal) const {
10731 EVT VT = ExtVal.getValueType();
10740 if (ExtVal->use_empty() ||
10741 !ExtVal->use_begin()->isOnlyUserOf(ExtVal.getNode()))
10744 SDNode *U = *ExtVal->use_begin();