Lines Matching defs:SubLT
1572 std::pair<InstructionCost, MVT> SubLT = getTypeLegalizationCost(SubTp);
1573 if (SubLT.second.isVector()) {
1574 int NumSubElts = SubLT.second.getVectorNumElements();
1576 return SubLT.first;
1587 SubLT.second.getVectorElementType() &&
1595 SubLT.second.getVectorNumElements());
1621 std::pair<InstructionCost, MVT> SubLT = getTypeLegalizationCost(SubTp);
1622 if (SubLT.second.isVector()) {
1623 int NumSubElts = SubLT.second.getVectorNumElements();
1625 return SubLT.first;