Lines Matching refs:basePtr
1025 Value basePtr, ValueRange indices) { in build() argument
1026 auto type = getElementPtrType(basePtr.getType(), indices, state.location); in build()
1028 build(builder, state, type, basePtr, indices); in build()
2899 Value basePtr, MemoryAccessAttr memoryAccess, in build() argument
2901 auto ptrType = basePtr.getType().cast<spirv::PointerType>(); in build()
2902 build(builder, state, ptrType.getPointeeType(), basePtr, memoryAccess, in build()
4428 Value basePtr, Value element, in build() argument
4430 auto type = getElementPtrType(basePtr.getType(), indices, state.location); in build()
4432 build(builder, state, type, basePtr, element, indices); in build()
4454 Value basePtr, Value element, in build() argument
4456 auto type = getElementPtrType(basePtr.getType(), indices, state.location); in build()
4458 build(builder, state, type, basePtr, element, indices); in build()