Home | History | Annotate | Download | only in SelectionDAG

Lines Matching defs:LVT

3372     MVT LVT = MVT::i64;
3373 while (!TLI.isTypeLegal(LVT))
3374 LVT = (MVT::SimpleValueType)(LVT.SimpleTy - 1);
3375 assert(LVT.isInteger());
3377 if (VT.bitsGT(LVT))
3378 VT = LVT;