Searched refs:LT2 (Results 1 – 1 of 1) sorted by relevance
576 std::pair<InstructionCost, MVT> LT2 = getTypeLegalizationCost(Ty2); in vectorCostAdjustmentFactor() local577 if (LT2.first != 1 || !LT2.second.isVector()) in vectorCostAdjustmentFactor()