Searched defs:getIndices (Results 1 – 3 of 3) sorted by relevance
18 Operation::operand_range nvgpu::getIndices(Operation *op) { in getIndices() function in nvgpu
244 ArrayRef<TypeIndex> getIndices() const { return ArgIndices; } in getIndices() function 258 ArrayRef<TypeIndex> getIndices() const { return StringIndices; } in getIndices() function
600 GEPIndicesAdaptor<ValueRange> GEPOp::getIndices() { getIndices() function in GEPOp