Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:Smaller

315     bool Smaller = ValueVT.bitsLE(PartEVT);
316 return DAG.getNode((Smaller ? ISD::TRUNCATE : ISD::ANY_EXTEND),
336 bool Smaller = ValueVT.bitsLE(PartEVT);
337 Val = DAG.getNode((Smaller ? ISD::TRUNCATE : ISD::ANY_EXTEND),
516 bool Smaller = PartEVT.bitsLE(ValueVT);
517 Val = DAG.getNode((Smaller ? ISD::TRUNCATE : ISD::ANY_EXTEND),
526 bool Smaller = ValueVT.bitsLE(PartVT);
527 Val = DAG.getNode((Smaller ? ISD::TRUNCATE : ISD::ANY_EXTEND),
1768 // This value may be smaller or larger than the target's pointer type, and
2862 // If the operand is smaller than the shift count type, promote it.
3216 // Check if the access is smaller than the vector size and can we find
3419 // If the index is smaller or larger than intptr_t, truncate or extend