Searched refs:IsGE256 (Results 1 – 1 of 1) sorted by relevance
7417 bool IsGE256 = (VT.getSizeInBits() >= 256); in lowerBuildVectorAsBroadcast() local7441 (ScalarSize == 64 && (IsGE256 || Subtarget.hasVLX())) || in lowerBuildVectorAsBroadcast()7467 (ScalarSize == 32 || (IsGE256 && ScalarSize == 64))) in lowerBuildVectorAsBroadcast()7478 if (ScalarSize == 32 || (IsGE256 && ScalarSize == 64) || in lowerBuildVectorAsBroadcast()7504 if (ScalarSize == 16 && Subtarget.hasFP16() && IsGE256) in lowerBuildVectorAsBroadcast()