Searched refs:constantsRef (Results 1 – 1 of 1) sorted by relevance
221 ArrayRef<llvm::Constant *> constantsRef = constants; in convertDenseElementsAttr() local222 return buildSequentialConstant(constantsRef, outerShape, llvmType, loc); in convertDenseElementsAttr()264 ArrayRef<llvm::Constant *> constantsRef = constants; in convertDenseElementsAttr() local265 return buildSequentialConstant(constantsRef, outerShape, llvmType, loc); in convertDenseElementsAttr()374 ArrayRef<llvm::Constant *> constantsRef = constants; in getLLVMConstant() local376 constantsRef, elementsAttr.getType().getShape(), llvmType, loc); in getLLVMConstant()377 assert(constantsRef.empty() && "did not consume all elemental constants"); in getLLVMConstant()