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