Searched defs:const_uint (Results 1 – 3 of 3) sorted by relevance
11 fn const_uint(&self, t: Self::Type, i: u64) -> Self::Value; in const_uint() method
140 fn const_uint(&self, t: &'ll Type, i: u64) -> &'ll Value { in const_uint() method
83 fn const_uint(&self, typ: Type<'gcc>, int: u64) -> RValue<'gcc> { in const_uint() method