Searched refs:attrElements (Results 1 – 1 of 1) sorted by relevance
423 std::vector<mlir::Attribute> attrElements; in getConstantAttr() local428 attrElements.push_back(getConstantAttr(*number)); in getConstantAttr()431 attrElements.push_back(getConstantAttr(*lit)); in getConstantAttr()436 attrElements.push_back(attrTypePair.first); in getConstantAttr()440 mlir::ArrayAttr dataAttr = builder.getArrayAttr(attrElements); in getConstantAttr()