Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Dialect/Quant/Utils/
DUniformSupport.cpp82 Type newElementType = IntegerType::get(storageBitWidth, attr.getContext()); in convert() local
/external/llvm-project/mlir/lib/IR/
DBuiltinAttributes.cpp473 ElementsAttr::mapValues(Type newElementType, in mapValues()
481 ElementsAttr::mapValues(Type newElementType, in mapValues()
1078 DenseElementsAttr::mapValues(Type newElementType, in mapValues()
1084 Type newElementType, function_ref<APInt(const APFloat &)> mapping) const { in mapValues()
1245 Type newElementType, in mappingHelper()
1284 Type newElementType, function_ref<APInt(const APFloat &)> mapping) const { in mapValues()
1303 Type newElementType, function_ref<APInt(const APInt &)> mapping) const { in mapValues()
/external/llvm-project/mlir/include/mlir/IR/
DBuiltinTypes.h566 Builder &setElementType(Type newElementType) { in setElementType()