Home | History | Annotate | Download | only in ARM

Lines Matching refs:ExtVal

9958 bool ARMTargetLowering::isVectorLoadExtDesirable(SDValue ExtVal) const {
9959 EVT VT = ExtVal.getValueType();
9968 if (ExtVal->use_empty() ||
9969 !ExtVal->use_begin()->isOnlyUserOf(ExtVal.getNode()))
9972 SDNode *U = *ExtVal->use_begin();