Home | History | Annotate | Download | only in SelectionDAG

Lines Matching defs:Smaller

310     bool Smaller = ValueVT.bitsLE(PartEVT);
311 return DAG.getNode((Smaller ? ISD::TRUNCATE : ISD::ANY_EXTEND),
331 bool Smaller = ValueVT.bitsLE(PartEVT);
332 Val = DAG.getNode((Smaller ? ISD::TRUNCATE : ISD::ANY_EXTEND),
511 bool Smaller = PartEVT.bitsLE(ValueVT);
512 Val = DAG.getNode((Smaller ? ISD::TRUNCATE : ISD::ANY_EXTEND),
521 bool Smaller = ValueVT.bitsLE(PartVT);
522 Val = DAG.getNode((Smaller ? ISD::TRUNCATE : ISD::ANY_EXTEND),
1753 // This value may be smaller or larger than the target's pointer type, and
2817 // If the operand is smaller than the shift count type, promote it.
3174 // Check if the access is smaller than the vector size and can we find
3380 // If the index is smaller or larger than intptr_t, truncate or extend