Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Target/LLVMIR/
H A DModuleTranslation.cpp221 ArrayRef<llvm::Constant *> constantsRef = constants; in convertDenseElementsAttr() local
222 return buildSequentialConstant(constantsRef, outerShape, llvmType, loc); in convertDenseElementsAttr()
264 ArrayRef<llvm::Constant *> constantsRef = constants; in convertDenseElementsAttr() local
265 return buildSequentialConstant(constantsRef, outerShape, llvmType, loc); in convertDenseElementsAttr()
374 ArrayRef<llvm::Constant *> constantsRef = constants; in getLLVMConstant() local
376 constantsRef, elementsAttr.getType().getShape(), llvmType, loc); in getLLVMConstant()
377 assert(constantsRef.empty() && "did not consume all elemental constants"); in getLLVMConstant()