Home | History | Annotate | Download | only in pixelflinger2

Lines Matching refs:intType

264    Type * const intType = builder.getInt32Ty();
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();
426 PointerType * intPointerType = PointerType::get(intType, 0);
436 funcArgs.push_back(intType
454 Type * intType = builder.getInt32Ty();
455 PointerType * intPointerType = PointerType::get(intType, 0);
487 Value * countPtr = builder.CreateAlloca(intType);
572 zPtr = builder.CreateAlloca(intType); // temp store for modifying incoming z
654 z = builder.CreateBitCast(z, intType);