Searched refs:get_constant_data (Results 1 – 3 of 3) sorted by relevance
243 self.lower_ctx.get_constant_data(*constant_handle).clone();394 let bytes = self.lower_ctx.get_constant_data(constant).as_slice();400 let bytes = self.lower_ctx.get_constant_data(constant).as_slice();432 self.lower_ctx.get_constant_data(constant).clone(),
1697 pub fn get_constant_data(&self, constant_handle: Constant) -> &ConstantData { in get_constant_data() method
714 let const_data = self.lower_ctx.get_constant_data(constant); in vconst_all_ones_or_all_zeros()