Searched defs:uint4 (Results 1 – 5 of 5) sorted by relevance
4 typedef unsigned int uint4 __attribute__((ext_vector_type(4))); typedef
6 typedef __attribute__(( ext_vector_type(4) )) unsigned int uint4; typedef
362 typedef unsigned int uint4 __attribute__((ext_vector_type(4))); in nvvm_ldg() typedef
105 typedef uint uint4 __attribute__((ext_vector_type(4))); typedef
5727 Value *uint4 = Nucleus::createBitCast(long2, Int4::getType()); in UInt4() local