Searched refs:getUIntNTy (Results 1 – 3 of 3) sorted by relevance
46 cir::IntType t = isSigned ? getSIntNTy(width) : getUIntNTy(width); in getConstInt()
182 cir::IntType getUIntNTy(int n) { in getUIntNTy() function
149 return builder.getUIntNTy(alignedBits); in getBitfieldStorageType()