Home
last modified time | relevance | path

Searched refs:index_vector (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/lldb/source/Plugins/ExpressionParser/Clang/
H A DIRForTarget.cpp1538 std::vector<Value *> index_vector; in UnfoldConstant() local
1543 index_vector.push_back(operand); in UnfoldConstant()
1546 ArrayRef<Value *> indices(index_vector); in UnfoldConstant()
/llvm-project-15.0.7/mlir/test/Conversion/ArithmeticToLLVM/
H A Darith-to-llvm.mlir321 // CHECK-LABEL: @index_vector
322 func.func @index_vector(%arg0: vector<4xindex>) {