Home
last modified time | relevance | path

Searched defs:getIndices (Results 1 – 3 of 3) sorted by relevance

/llvm-project/mlir/lib/Dialect/NVGPU/Transforms/
H A DUtils.cpp18 Operation::operand_range nvgpu::getIndices(Operation *op) { in getIndices() function in nvgpu
/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h244 ArrayRef<TypeIndex> getIndices() const { return ArgIndices; } in getIndices() function
258 ArrayRef<TypeIndex> getIndices() const { return StringIndices; } in getIndices() function
/llvm-project/mlir/lib/Dialect/LLVMIR/IR/
H A DLLVMDialect.cpp600 GEPIndicesAdaptor<ValueRange> GEPOp::getIndices() { getIndices() function in GEPOp