Searched refs:shouldBuildLookupTablesForConstant (Results 1 – 5 of 5) sorted by relevance
336 bool shouldBuildLookupTablesForConstant(Constant *C) const override { in shouldBuildLookupTablesForConstant() function
598 bool TargetTransformInfo::shouldBuildLookupTablesForConstant( in shouldBuildLookupTablesForConstant() function in TargetTransformInfo600 return TTIImpl->shouldBuildLookupTablesForConstant(C); in shouldBuildLookupTablesForConstant()
928 LLVM_ABI bool shouldBuildLookupTablesForConstant(Constant *C) const;
426 virtual bool shouldBuildLookupTablesForConstant(Constant *C) const { in shouldBuildLookupTablesForConstant() function
6007 if (!TTI.shouldBuildLookupTablesForConstant(C)) in validLookupTableConstant()