Searched refs:VParts (Results 1 – 2 of 2) sorted by relevance
1035 unsigned VParts = TTI->getNumberOfParts(VType); in areInstsCompatible() local1036 if (VParts > 1) in areInstsCompatible()1038 else if (!VParts && VCost == ICost + JCost) in areInstsCompatible()
20256 my @VParts = split(/\./, $V);20257 return $VParts[0];