Searched defs:intType (Results 1 - 3 of 3) sorted by relevance

/external/mesa3d/src/pixelflinger2/
H A Dllvm_texture.cpp224 Type * intType = Type::getInt32Ty(builder.getContext()); local
232 tc = builder.CreateFPToSI(tc, intType);
255 Value * tcPtr = builder.CreateAlloca(intType);
278 Type * intType = builder.getInt32Ty(); local
279 PointerType * intPointerType = PointerType::get(intType, 0);
286 textureDimensions = new GlobalVariable(*module, intType, true,
340 Type * const intType = Type::getInt32Ty(builder.getContext()); local
341 lhs = builder.CreateBitCast(lhs, intType);
342 rhs = builder.CreateBitCast(rhs, intType);
371 Type * const intType local
[all...]
H A Dllvm_scanline.cpp264 Type * const intType = builder.getInt32Ty(); local
272 // src = builder.CreateBitCast(src, intType); // it's already RGBA int32
302 // src = builder.CreateBitCast(src, intType); // it's already RGBA int32
425 Type * intType = builder.getInt32Ty(); local
426 PointerType * intPointerType = PointerType::get(intType, 0);
436 funcArgs.push_back(intType); // count
454 Type * intType = builder.getInt32Ty(); local
455 PointerType * intPointerType = PointerType::get(intType, 0);
487 Value * countPtr = builder.CreateAlloca(intType);
572 zPtr = builder.CreateAlloca(intType); // tem
[all...]
/external/javassist/src/main/javassist/
H A DCtClass.java100 public static CtClass intType; field in class:CtClass
152 intType = new CtPrimitiveType("int", 'I', "java.lang.Integer",
155 primitiveTypes[4] = intType;
987 * addField(new CtField(CtClass.intType, "i", cc),

Completed in 179 milliseconds