Home | History | Annotate | Download | only in pixelflinger2

Lines Matching refs:intType

224    Type * intType = Type::getInt32Ty(builder.getContext());
232 tc = builder.CreateFPToSI(tc, intType);
255 Value * tcPtr = builder.CreateAlloca(intType);
278 Type * intType = builder.getInt32Ty();
279 PointerType * intPointerType = PointerType::get(intType, 0);
286 textureDimensions = new GlobalVariable(*module, intType, true,
340 Type * const intType = Type::getInt32Ty(builder.getContext());
341 lhs = builder.CreateBitCast(lhs, intType);
342 rhs = builder.CreateBitCast(rhs, intType);
371 Type * const intType = builder.getInt32Ty();
372 PointerType * const intPointerType = PointerType::get(intType, 0);
383 textureDimensions = new GlobalVariable(*module, intType, true,
400 Value * facePtr = builder.CreateAlloca(intType);