Searched defs:is_bool (Results 1 – 6 of 6) sorted by relevance
148 bool is_bool() const { return type() == Type::BOOLEAN; } in is_bool() function
73 let is_bool = variant_ty.map_or(false, Type::is_bool); in from_ty() localVariable
169 pub fn is_bool(&self) -> bool { in is_bool() method
430 bool is_bool = def->bit_size == 1; in spill_ssa_defs_and_lower_shader_calls() local
1050 is_bool(struct ir3_instruction *instr) in is_bool() function
219 static bool is_bool(const Context& context, const Type& type) { in is_bool() function