Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Target/LLVMIR/
DConvertFromLLVMIR.cpp92 Attribute getConstantAsAttr(llvm::Constant *value);
236 Attribute Importer::getConstantAsAttr(llvm::Constant *value) { in getConstantAsAttr() function in Importer
295 auto nested = getConstantAsAttr(value->getAggregateElement(i)) in getConstantAsAttr()
317 valueAttr = getConstantAsAttr(GV->getInitializer()); in processGlobal()
338 if (Attribute attr = getConstantAsAttr(c)) { in processConstant()