Lines Matching refs:SVT
271 EVT SVT = VT;272 while (SVT != MVT::f32) {273 SVT = (MVT::SimpleValueType)(SVT.getSimpleVT().SimpleTy - 1);274 if (ConstantFPSDNode::isValueValidForType(SVT, CFP->getValueAPF()) &&277 TLI.isLoadExtLegal(ISD::EXTLOAD, SVT) &&279 Type *SType = SVT.getTypeForEVT(*DAG.getContext());281 VT = SVT;