Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp6416 bool HasIllegalType = false; in ShouldBuildLookupTable() local
6421 HasIllegalType = HasIllegalType || !isTypeLegalForLookupTable(Ty, TTI, DL); in ShouldBuildLookupTable()
6431 if (HasIllegalType && !AllTablesFitInRegister) in ShouldBuildLookupTable()
6440 if (HasIllegalType) in ShouldBuildLookupTable()