Home
last modified time | relevance | path

Searched refs:getBeginOperandIndex (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/mlir/include/mlir/Interfaces/
H A DControlFlowInterfaces.h111 return operands.getBeginOperandIndex() + in getOperandIndex()
/llvm-project-15.0.7/mlir/lib/Dialect/Func/Transforms/
H A DFuncConversions.cpp75 for (int idx = forwardedOperands.getBeginOperandIndex(), in matchAndRewrite()
/llvm-project-15.0.7/mlir/lib/Dialect/Bufferization/Transforms/
H A DBufferDeallocation.cpp381 operands.getBeginOperandIndex(); in introduceBlockArgCopy()
384 operands[operandIndex - operands.getBeginOperandIndex()] && in introduceBlockArgCopy()
/llvm-project-15.0.7/mlir/include/mlir/IR/
H A DValueRange.h53 unsigned getBeginOperandIndex() const;
/llvm-project-15.0.7/mlir/lib/Interfaces/
H A DControlFlowInterfaces.cpp48 unsigned operandsStart = forwardedOperands.getBeginOperandIndex(); in getBranchSuccessorArgument()
/llvm-project-15.0.7/mlir/lib/IR/
H A DOperationSupport.cpp375 unsigned OperandRange::getBeginOperandIndex() const { in getBeginOperandIndex() function in OperandRange
/llvm-project-15.0.7/flang/lib/Optimizer/Transforms/
H A DArrayValueCopy.cpp381 unsigned operandsStart = operands.getBeginOperandIndex(); in arrayMentions()