Searched refs:intPointerType (Results 1 – 2 of 2) sorted by relevance
426 PointerType * intPointerType = PointerType::get(intType, 0); in ScanLineFunctionType() local432 funcArgs.push_back(intPointerType); // frame in ScanLineFunctionType()433 funcArgs.push_back(intPointerType); // depth in ScanLineFunctionType()455 PointerType * intPointerType = PointerType::get(intType, 0); in GenerateScanLine() local479 Value * framePtr = builder.CreateAlloca(intPointerType); in GenerateScanLine()481 Value * depthPtr = builder.CreateAlloca(intPointerType); in GenerateScanLine()576 z = builder.CreateBitCast(start, intPointerType); in GenerateScanLine()
279 PointerType * intPointerType = PointerType::get(intType, 0); in tex2D() local314 textureData = new GlobalVariable(*module, intPointerType, in tex2D()372 PointerType * const intPointerType = PointerType::get(intType, 0); in texCube() local509 textureData = new GlobalVariable(*module, intPointerType, in texCube()