Searched defs:zeroIdx (Results 1 – 3 of 3) sorted by relevance
/llvm-project/mlir/lib/Dialect/Vector/Transforms/ | ||
H A D | LowerVectorGather.cpp | 241 int64_t zeroIdx[1] = {0}; matchAndRewrite() local |
/llvm-project/flang/lib/Optimizer/Transforms/ | ||
H A D | SimplifyIntrinsics.cpp | 280 mlir::Value zeroIdx = builder.createIntegerConstant(loc, idxTy, 0); genReductionLoop() local |
/llvm-project/mlir/lib/Dialect/Vector/IR/ | ||
H A D | VectorOps.cpp | 544 SmallVector<int64_t> zeroIdx(shape.size(), 0); matchAndRewrite() local |