Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Target/LLVMIR/
DConvertFromLLVMIR.cpp90 Type getStdTypeForAttr(LLVMType type);
171 Type Importer::getStdTypeForAttr(LLVMType type) { in getStdTypeForAttr() function in Importer
191 Type elementType = getStdTypeForAttr(type.getVectorElementType()); in getStdTypeForAttr()
218 Type elementType = getStdTypeForAttr(vectorType.getVectorElementType()); in getStdTypeForAttr()
225 Type elementType = getStdTypeForAttr(type.getArrayElementType()); in getStdTypeForAttr()
259 auto attrType = getStdTypeForAttr(processType(cd->getType())) in getConstantAsAttr()
286 auto outerType = getStdTypeForAttr(processType(value->getType())) in getConstantAsAttr()