Searched refs:SrcTyL (Results 1 – 1 of 1) sorted by relevance
2412 auto SrcTyL = getTypeLegalizationCost(SrcTy); in isWideningInstruction() local2413 unsigned SrcElTySize = SrcTyL.second.getScalarSizeInBits(); in isWideningInstruction()2414 if (!SrcTyL.second.isVector() || SrcElTySize != SrcTy->getScalarSizeInBits()) in isWideningInstruction()2421 SrcTyL.first * SrcTyL.second.getVectorMinNumElements(); in isWideningInstruction()