Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Target/LLVMIR/
DModuleTranslation.cpp170 ArrayRef<llvm::Constant *> constantsRef = constants; in getLLVMConstant() local
172 constantsRef, elementsAttr.getType().getShape(), llvmType, loc); in getLLVMConstant()
173 assert(constantsRef.empty() && "did not consume all elemental constants"); in getLLVMConstant()