Home | History | Annotate | Download | only in SelectionDAG

Lines Matching defs:LVT

3378     MVT LVT = MVT::i64;
3379 while (!TLI.isTypeLegal(LVT))
3380 LVT = (MVT::SimpleValueType)(LVT.SimpleTy - 1);
3381 assert(LVT.isInteger());
3383 if (VT.bitsGT(LVT))
3384 VT = LVT;