Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp4690 bool HasIllegalType = false; in ShouldBuildLookupTable() local
4695 HasIllegalType = HasIllegalType || !TTI.isTypeLegal(Ty); in ShouldBuildLookupTable()
4705 if (HasIllegalType && !AllTablesFitInRegister) in ShouldBuildLookupTable()
4714 if (HasIllegalType) in ShouldBuildLookupTable()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp5231 bool HasIllegalType = false; in ShouldBuildLookupTable() local
5236 HasIllegalType = HasIllegalType || !TTI.isTypeLegal(Ty); in ShouldBuildLookupTable()
5246 if (HasIllegalType && !AllTablesFitInRegister) in ShouldBuildLookupTable()
5255 if (HasIllegalType) in ShouldBuildLookupTable()