Home
last modified time | relevance | path

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

/llvm-project/llvm/include/llvm/ADT/
H A DStringMapEntry.h76 StringMapEntryStorage(size_t keyLength, InitTy &&...initVals) in StringMapEntryStorage() argument
127 create(StringRef key,AllocatorTy & allocator,InitTy &&...initVals) create() argument
/llvm-project/mlir/lib/Dialect/Shape/IR/
H A DShape.cpp1906 build(OpBuilder & builder,OperationState & result,Value shape,ValueRange initVals) build() argument
1978 auto initVals = llvm::ArrayRef(operands).drop_front(); parse() local
/llvm-project/mlir/lib/Dialect/SCF/IR/
H A DSCF.cpp2814 build(OpBuilder & builder,OperationState & result,ValueRange lowerBounds,ValueRange upperBounds,ValueRange steps,ValueRange initVals,function_ref<void (OpBuilder &,Location,ValueRange,ValueRange)> bodyBuilderFn) build() argument
2958 SmallVector<OpAsmParser::UnresolvedOperand, 4> initVals; parse() local