Home | History | Annotate | Download | only in SelectionDAG

Lines Matching defs:LVT

3518     MVT LVT = MVT::i64;
3519 while (!TLI.isTypeLegal(LVT))
3520 LVT = (MVT::SimpleValueType)(LVT.SimpleTy - 1);
3521 assert(LVT.isInteger());
3523 if (VT.bitsGT(LVT))
3524 VT = LVT;