Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:LVT

3538     MVT LVT = MVT::i64;
3539 while (!TLI.isTypeLegal(LVT))
3540 LVT = (MVT::SimpleValueType)(LVT.SimpleTy - 1);
3541 assert(LVT.isInteger());
3543 if (VT.bitsGT(LVT))
3544 VT = LVT;