Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:LVT

3816     MVT LVT = MVT::i64;
3817 while (!TLI.isTypeLegal(LVT))
3818 LVT = (MVT::SimpleValueType)(LVT.SimpleTy - 1);
3819 assert(LVT.isInteger());
3821 if (VT.bitsGT(LVT))
3822 VT = LVT;