Searched refs:offsetGep (Results 1 – 1 of 1) sorted by relevance
436 Value offsetGep = builder.create<LLVM::GEPOp>( in offset() local438 offsetGep = builder.create<LLVM::BitcastOp>( in offset()439 loc, LLVM::LLVMPointerType::get(typeConverter.getIndexType()), offsetGep); in offset()440 return builder.create<LLVM::LoadOp>(loc, offsetGep); in offset()452 Value offsetGep = builder.create<LLVM::GEPOp>( in setOffset() local454 offsetGep = builder.create<LLVM::BitcastOp>( in setOffset()455 loc, LLVM::LLVMPointerType::get(typeConverter.getIndexType()), offsetGep); in setOffset()456 builder.create<LLVM::StoreOp>(loc, offset, offsetGep); in setOffset()