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