Searched refs:IsGE256 (Results 1 – 1 of 1) sorted by relevance
9810 bool IsGE256 = (VT.getSizeInBits() >= 256); in lowerBuildVectorAsBroadcast() local9834 (ScalarSize == 64 && (IsGE256 || Subtarget.hasVLX())) || in lowerBuildVectorAsBroadcast()9861 (ScalarSize == 32 || (IsGE256 && ScalarSize == 64))) in lowerBuildVectorAsBroadcast()9872 if (ScalarSize == 32 || (IsGE256 && ScalarSize == 64) || in lowerBuildVectorAsBroadcast()9898 if (ScalarSize == 16 && Subtarget.hasFP16() && IsGE256) in lowerBuildVectorAsBroadcast()