Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:NewVT

3951       EVT NewVT = VT;
3956 NewVT = (VT.getSizeInBits() > 64) ? MVT::i64 : MVT::i32;
3957 NewVT) &&
3958 TLI.isSafeMemOpType(NewVT.getSimpleVT()))
3960 else if (NewVT == MVT::i64 &&
3964 NewVT = MVT::f64;
3971 NewVT = (MVT::SimpleValueType)(NewVT.getSimpleVT().SimpleTy - 1);
3972 if (NewVT == MVT::i8)
3974 } while (!TLI.isSafeMemOpType(NewVT.getSimpleVT()));
3976 NewVTSize = NewVT.getSizeInBits() / 8;
3989 VT = NewVT;