Searched defs:is_i32 (Results 1 – 3 of 3) sorted by relevance
13 fn is_i32(self) {} in is_i32() method38 fn is_i32(self) {} in is_i32() method98 fn is_i32(self) {} in is_i32() method122 fn is_i32(self); in is_i32() method146 fn is_i32(self); in is_i32() method
372 fn is_i32(&self, cx: &CodegenCx<'gcc, 'tcx>) -> bool; in is_i32() method442 fn is_i32(&self, cx: &CodegenCx<'gcc, 'tcx>) -> bool { in is_i32() method
745 bool is_i32 = ty->UnwrapRef()->Is<sem::I32>(); in WorkgroupSize() local