Searched refs:IsFoldableType (Results 1 – 6 of 6) sorted by relevance
87 bool IsFoldableType(Instruction* type_inst) const;
663 if (!folder.IsFoldableType(type)) { in IsFoldableByFoldScalar()674 return folder.IsFoldableType(def_inst_type); in IsFoldableByFoldScalar()
687 bool InstructionFolder::IsFoldableType(Instruction* type_inst) const { in IsFoldableType() function in spvtools::opt::InstructionFolder