Home
last modified time | relevance | path

Searched refs:IsGE256 (Results 1 – 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
HDX86ISelLowering.cpp8570 bool IsGE256 = (VT.getSizeInBits() >= 256); in lowerBuildVectorAsBroadcast() local
8593 if (ScalarSize == 32 || (IsGE256 && ScalarSize == 64) || in lowerBuildVectorAsBroadcast()
8620 (ScalarSize == 32 || (IsGE256 && ScalarSize == 64))) in lowerBuildVectorAsBroadcast()
8627 if (ScalarSize == 32 || (IsGE256 && ScalarSize == 64) || in lowerBuildVectorAsBroadcast()